#24A5D6

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

Shades of Summer Sky #24A5D6

Tints of Summer Sky #24A5D6

Color information

#24A5D6 (or 0x24A5D6) is unknown color: approx Summer Sky. HEX triplet: 24, A5 and D6. RGB value is (36,165,214). Sum of RGB (Red+Green+Blue) = 36+165+214=415 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.67% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 214 (83.98% from 255 or 51.57% from 415); Max value from RGB is 214 - color contains mainly: blue. Hex color #24A5D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A5D6 is #DB5A29. Grayscale: #838383. Windows color (decimal): -14375466 or 14066980. OLE color: 14066980.

HSL color Cylindrical-coordinate representation of color #24A5D6: hue angle of 196.52º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24A5D6 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB36165214-
CMYK0.830.2300.16
HSL196.52º71.2%49.02%-
HSV(B)196.52º83.18%83.92%-
XYZ26.3232.1468.43-
YUV132.01174.2659.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.67%
GREEN value IS 165 (64.84% from 255) = 39.76%
BLUE value IS 214 (83.98% from 255) = 51.57%
R=8.67%
G=39.76%
B=51.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal361652140.830.2300.16196.5271.249.02
Hex24A5D65317010c54731
Octal442453261232702030510761
Binary1001001010010111010110101001110111010000110001011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24A5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24A5D6; }

 p { color: rgb(36,165,214); }

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

<style>
 a { background-color: #24A5D6; }

 a { background-color: rgb(36,165,214); }

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

<style>
 span { border-color: #24A5D6; }

 span { border-color: rgb(36,165,214); }

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