Html Css Color HEX #24BFDC Summer Sky

📋 copy color: '#24BFDC'

red 36 ◦ green 191 ◦ blue 220

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

Shades of Summer Sky #24BFDC

Tints of Summer Sky #24BFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 42.73%

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

R = 8.05%
G = 42.73%
B = 49.22%

CMYK

 C value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#24BFDC (or 0x24BFDC) is known color: Summer Sky. HEX triplet: 24, BF and DC. RGB value is (36,191,220). Sum of RGB (Red+Green+Blue) = 36+191+220=447 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.05% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #24BFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BFDC is #DB4023. Grayscale: #939393. Windows color (decimal): -14368804 or 14466852. OLE color: 14466852.

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

Color convert

RGB 36 191 220 -
CMYK 0.84 0.13 0 0.14
HSL 189.46º 0.72% 0.5% -
HSV(B) 189.46º 0.84% 0.86% -
XYZ 32.28 42.8 74.27 -
YUV 147.96 168.65 48.14 -
System Red Green Blue C M Y K H S L
Decimal 36 191 220 0.84 0.13 0 0.14 189.46 0.72 0.5
Hex 24 BF DC 54 D 0 E BD 48 32
Octal 44 277 334 124 15 0 16 275 110 62
Binary 100100 10111111 11011100 1010100 1101 0 1110 10111101 1001000 110010

Color Harmonies of #24BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BFDC

Black with #24BFDC

Text Example


Text Example

White with #24BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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