Html Css Color HEX #249BDC Summer Sky

📋 copy color: '#249BDC'

red 36 ◦ green 155 ◦ blue 220

#249BDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #249BDC

Tints of Summer Sky #249BDC

RGB

 RED value IS 36 (14.45% from 255) = 8.76%

 GREEN value IS 155 (60.94% from 255) = 37.71%

 BLUE value IS 220 (86.33% from 255) = 53.53%

R = 8.76%
G = 37.71%
B = 53.53%

CMYK

 C value IS 0.84

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#249BDC (or 0x249BDC) is known color: Summer Sky. HEX triplet: 24, 9B and DC. RGB value is (36,155,220). Sum of RGB (Red+Green+Blue) = 36+155+220=411 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.76% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #249BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249BDC is #DB6423. Grayscale: #7E7E7E. Windows color (decimal): -14378020 or 14457636. OLE color: 14457636.

HSL color Cylindrical-coordinate representation of color #249BDC: hue angle of 201.2º 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 #249BDC is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 155 220 -
CMYK 0.84 0.30 0 0.14
HSL 201.2º 0.72% 0.5% -
HSV(B) 201.2º 0.84% 0.86% -
XYZ 25.37 28.99 71.97 -
YUV 126.83 180.58 63.21 -
System Red Green Blue C M Y K H S L
Decimal 36 155 220 0.84 0.30 0 0.14 201.2 0.72 0.5
Hex 24 9B DC 54 1E 0 E C9 48 32
Octal 44 233 334 124 36 0 16 311 110 62
Binary 100100 10011011 11011100 1010100 11110 0 1110 11001001 1001000 110010

Color Harmonies of #249BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249BDC

Black with #249BDC

Text Example


Text Example

White with #249BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #249BDC;
 }
 .AnyTagClassName
 {
   color: #249BDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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