#249EDC

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

Shades of Summer Sky #249EDC

Tints of Summer Sky #249EDC

Color information

#249EDC (or 0x249EDC) is unknown color: approx Summer Sky. HEX triplet: 24, 9E and DC. RGB value is (36,158,220). Sum of RGB (Red+Green+Blue) = 36+158+220=414 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.70% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #249EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249EDC is #DB6123. Grayscale: #808080. Windows color (decimal): -14377252 or 14458404. OLE color: 14458404.

HSL color Cylindrical-coordinate representation of color #249EDC: hue angle of 200.22º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #249EDC is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB36158220-
CMYK0.840.2800.14
HSL200.22º72.44%50.2%-
HSV(B)200.22º83.64%86.27%-
XYZ25.873072.14-
YUV128.59179.5861.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.70%
GREEN value IS 158 (62.11% from 255) = 38.16%
BLUE value IS 220 (86.33% from 255) = 53.14%
R=8.70%
G=38.16%
B=53.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal361582200.840.2800.14200.2272.4450.2
Hex249EDC541C0Ec84832
Octal442363341243401631011062
Binary100100100111101101110010101001110001110110010001001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,158,220); }

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

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

 a { background-color: rgb(36,158,220); }

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

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

 span { border-color: rgb(36,158,220); }

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