#38A9CA

Color #38A9CA Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #38A9CA

Tints of Summer Sky #38A9CA

Color information

#38A9CA (or 0x38A9CA) is unknown color: approx Summer Sky. HEX triplet: 38, A9 and CA. RGB value is (56,169,202). Sum of RGB (Red+Green+Blue) = 56+169+202=427 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.11% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #38A9CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A9CA is #C75635. Grayscale: #8A8A8A. Windows color (decimal): -13063734 or 13281592. OLE color: 13281592.

HSL color Cylindrical-coordinate representation of color #38A9CA: hue angle of 193.56º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38A9CA is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB56169202-
CMYK0.720.1600.21
HSL193.56º57.94%50.59%-
HSV(B)193.56º72.28%79.22%-
XYZ26.4833.4860.94-
YUV138.98163.5668.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 13.11%
GREEN value IS 169 (66.41% from 255) = 39.58%
BLUE value IS 202 (79.30% from 255) = 47.31%
R=13.11%
G=39.58%
B=47.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal561692020.720.1600.21193.5657.9450.59
Hex38A9CA4810015c23a33
Octal70251312110200253027263
Binary111000101010011100101010010001000001010111000010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38A9CA; }

 p { color: rgb(56,169,202); }

 H1.HeaderClassName
 {
   color: #38A9CA;
 }
 .AnyTagClassName
 {
   color: #38A9CA;
 }
</style>
background-color css

<style>
 a { background-color: #38A9CA; }

 a { background-color: rgb(56,169,202); }

 div.DivClassName
 {
   background-color: #38A9CA;
 }
 .BgClassName
 {
   background-color: #38A9CA;
 }
</style>
border-color css

<style>
 span { border-color: #38A9CA; }

 span { border-color: rgb(56,169,202); }

 td.TdClassName
 {
   border-color: #38A9CA;
 }
 .TagClassName
 {
   border-color: #38A9CA;
 }
</style>