Html Css Color HEX #24CEFF Deep Sky Blue

📋 copy color: '#24CEFF'

red 36 ◦ green 206 ◦ blue 255

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

Shades of Deep Sky Blue #24CEFF

Tints of Deep Sky Blue #24CEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.45%

 BLUE value IS 255 (100% from 255) = 51.31%

R = 7.24%
G = 41.45%
B = 51.31%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#24CEFF (or 0x24CEFF) is known color: Deep Sky Blue. HEX triplet: 24, CE and FF. RGB value is (36,206,255). Sum of RGB (Red+Green+Blue) = 36+206+255=497 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.24% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #24CEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24CEFF is #DB3100. Grayscale: #A0A0A0. Windows color (decimal): -14364929 or 16764452. OLE color: 16764452.

HSL color Cylindrical-coordinate representation of color #24CEFF: hue angle of 193.42º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24CEFF is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 36 206 255 -
CMYK 0.86 0.19 0 0
HSL 193.42º 1% 0.57% -
HSV(B) 193.42º 0.86% 1% -
XYZ 40.85 51.74 102.44 -
YUV 160.76 181.18 39.02 -
System Red Green Blue C M Y K H S L
Decimal 36 206 255 0.86 0.19 0 0 193.42 1 0.57
Hex 24 CE FF 56 13 0 0 C1 64 39
Octal 44 316 377 126 23 0 0 301 144 71
Binary 100100 11001110 11111111 1010110 10011 0 0 11000001 1100100 111001

Color Harmonies of #24CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24CEFF

Black with #24CEFF

Text Example


Text Example

White with #24CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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