Html Css Color HEX #24CCFE Deep Sky Blue

📋 copy color: '#24CCFE'

red 36 ◦ green 204 ◦ blue 254

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

Shades of Deep Sky Blue #24CCFE

Tints of Deep Sky Blue #24CCFE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.3%

 BLUE value IS 254 (99.61% from 255) = 51.42%

R = 7.29%
G = 41.3%
B = 51.42%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#24CCFE (or 0x24CCFE) is known color: Deep Sky Blue. HEX triplet: 24, CC and FE. RGB value is (36,204,254). Sum of RGB (Red+Green+Blue) = 36+204+254=494 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.29% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #24CCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24CCFE is #DB3301. Grayscale: #9F9F9F. Windows color (decimal): -14365442 or 16698404. OLE color: 16698404.

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

Color convert

RGB 36 204 254 -
CMYK 0.86 0.20 0 0.00
HSL 193.76º 0.99% 0.57% -
HSV(B) 193.76º 0.86% 1% -
XYZ 40.21 50.72 101.44 -
YUV 159.47 181.34 39.93 -
System Red Green Blue C M Y K H S L
Decimal 36 204 254 0.86 0.20 0 0.00 193.76 0.99 0.57
Hex 24 CC FE 56 14 0 0 C2 63 39
Octal 44 314 376 126 24 0 0 302 143 71
Binary 100100 11001100 11111110 1010110 10100 0 0 11000010 1100011 111001

Color Harmonies of #24CCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24CCFE

Black with #24CCFE

Text Example


Text Example

White with #24CCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,204,254); }

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

background-color css

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

 a { background-color: rgb(36,204,254); }

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

border-color css

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

 span { border-color: rgb(36,204,254); }

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