Html Css Color HEX #24BDCE Summer Sky

📋 copy color: '#24BDCE'

red 36 ◦ green 189 ◦ blue 206

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

Shades of Summer Sky #24BDCE

Tints of Summer Sky #24BDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.85%

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 8.35%
G = 43.85%
B = 47.8%

CMYK

 C value IS 0.83

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#24BDCE (or 0x24BDCE) is known color: Summer Sky. HEX triplet: 24, BD and CE. RGB value is (36,189,206). Sum of RGB (Red+Green+Blue) = 36+189+206=431 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.35% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #24BDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BDCE is #DB4231. Grayscale: #909090. Windows color (decimal): -14369330 or 13548836. OLE color: 13548836.

HSL color Cylindrical-coordinate representation of color #24BDCE: hue angle of 186º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24BDCE is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 189 206 -
CMYK 0.83 0.08 0 0.19
HSL 186º 0.7% 0.47% -
HSV(B) 186º 0.83% 0.81% -
XYZ 30.07 41.23 64.77 -
YUV 145.19 162.31 50.12 -
System Red Green Blue C M Y K H S L
Decimal 36 189 206 0.83 0.08 0 0.19 186 0.7 0.47
Hex 24 BD CE 53 8 0 13 BA 46 2F
Octal 44 275 316 123 10 0 23 272 106 57
Binary 100100 10111101 11001110 1010011 1000 0 10011 10111010 1000110 101111

Color Harmonies of #24BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BDCE

Black with #24BDCE

Text Example


Text Example

White with #24BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,189,206); }

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

background-color css

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

 a { background-color: rgb(36,189,206); }

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

border-color css

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

 span { border-color: rgb(36,189,206); }

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