#249AD6

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

Shades of Summer Sky #249AD6

Tints of Summer Sky #249AD6

Color information

#249AD6 (or 0x249AD6) is unknown color: approx Summer Sky. HEX triplet: 24, 9A and D6. RGB value is (36,154,214). Sum of RGB (Red+Green+Blue) = 36+154+214=404 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.91% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 214 (83.98% from 255 or 52.97% from 404); Max value from RGB is 214 - color contains mainly: blue. Hex color #249AD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249AD6 is #DB6529. Grayscale: #7D7D7D. Windows color (decimal): -14378282 or 14064164. OLE color: 14064164.

HSL color Cylindrical-coordinate representation of color #249AD6: hue angle of 200.22º 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 #249AD6 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB36154214-
CMYK0.830.2800.16
HSL200.22º71.2%49.02%-
HSV(B)200.22º83.18%83.92%-
XYZ24.4228.3467.8-
YUV125.56177.9164.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.91%
GREEN value IS 154 (60.55% from 255) = 38.12%
BLUE value IS 214 (83.98% from 255) = 52.97%
R=8.91%
G=38.12%
B=52.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal361542140.830.2800.16200.2271.249.02
Hex249AD6531C010c84731
Octal442323261233402031010761
Binary1001001001101011010110101001111100010000110010001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249AD6; }

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

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

<style>
 a { background-color: #249AD6; }

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

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

<style>
 span { border-color: #249AD6; }

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

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