#249ADD

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

Shades of Summer Sky #249ADD

Tints of Summer Sky #249ADD

Color information

#249ADD (or 0x249ADD) is unknown color: approx Summer Sky. HEX triplet: 24, 9A and DD. RGB value is (36,154,221). Sum of RGB (Red+Green+Blue) = 36+154+221=411 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.76% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #249ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249ADD is #DB6522. Grayscale: #7D7D7D. Windows color (decimal): -14378275 or 14522916. OLE color: 14522916.

HSL color Cylindrical-coordinate representation of color #249ADD: hue angle of 201.73º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #249ADD is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB36154221-
CMYK0.840.3000.13
HSL201.73º73.12%50.39%-
HSV(B)201.73º83.71%86.67%-
XYZ25.3328.7172.61-
YUV126.36181.4163.55-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.76%
GREEN value IS 154 (60.55% from 255) = 37.47%
BLUE value IS 221 (86.72% from 255) = 53.77%
R=8.76%
G=37.47%
B=53.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal361542210.840.3000.13201.7373.1250.39
Hex249ADD541E0Dca4932
Octal442323351243601531211162
Binary100100100110101101110110101001111001101110010101001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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