#39A5CA

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

Shades of Summer Sky #39A5CA

Tints of Summer Sky #39A5CA

Color information

#39A5CA (or 0x39A5CA) is unknown color: approx Summer Sky. HEX triplet: 39, A5 and CA. RGB value is (57,165,202). Sum of RGB (Red+Green+Blue) = 57+165+202=424 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.44% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #39A5CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39A5CA is #C65A35. Grayscale: #888888. Windows color (decimal): -12999222 or 13280569. OLE color: 13280569.

HSL color Cylindrical-coordinate representation of color #39A5CA: hue angle of 195.31º 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 #39A5CA is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB57165202-
CMYK0.720.1800.21
HSL195.31º57.77%50.78%-
HSV(B)195.31º71.78%79.22%-
XYZ25.832.0460.7-
YUV136.93164.7270.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.44%
GREEN value IS 165 (64.84% from 255) = 38.92%
BLUE value IS 202 (79.30% from 255) = 47.64%
R=13.44%
G=38.92%
B=47.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal571652020.720.1800.21195.3157.7750.78
Hex39A5CA4812015c33a33
Octal71245312110220253037263
Binary111001101001011100101010010001001001010111000011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39A5CA; }

 p { color: rgb(57,165,202); }

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

<style>
 a { background-color: #39A5CA; }

 a { background-color: rgb(57,165,202); }

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

<style>
 span { border-color: #39A5CA; }

 span { border-color: rgb(57,165,202); }

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