Html Css Color HEX #24BBDC Summer Sky

📋 copy color: '#24BBDC'

red 36 ◦ green 187 ◦ blue 220

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

Shades of Summer Sky #24BBDC

Tints of Summer Sky #24BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.21%

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

R = 8.13%
G = 42.21%
B = 49.66%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#24BBDC (or 0x24BBDC) is known color: Summer Sky. HEX triplet: 24, BB and DC. RGB value is (36,187,220). Sum of RGB (Red+Green+Blue) = 36+187+220=443 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.13% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #24BBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BBDC is #DB4423. Grayscale: #919191. Windows color (decimal): -14369828 or 14465828. OLE color: 14465828.

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

Color convert

RGB 36 187 220 -
CMYK 0.84 0.15 0 0.14
HSL 190.76º 0.72% 0.5% -
HSV(B) 190.76º 0.84% 0.86% -
XYZ 31.42 41.08 73.98 -
YUV 145.61 169.97 49.82 -
System Red Green Blue C M Y K H S L
Decimal 36 187 220 0.84 0.15 0 0.14 190.76 0.72 0.5
Hex 24 BB DC 54 F 0 E BF 48 32
Octal 44 273 334 124 17 0 16 277 110 62
Binary 100100 10111011 11011100 1010100 1111 0 1110 10111111 1001000 110010

Color Harmonies of #24BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BBDC

Black with #24BBDC

Text Example


Text Example

White with #24BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24BBDC;
 }
 .AnyTagClassName
 {
   color: #24BBDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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