Html Css Color HEX #24CFFC Deep Sky Blue

📋 copy color: '#24CFFC'

red 36 ◦ green 207 ◦ blue 252

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

Shades of Deep Sky Blue #24CFFC

Tints of Deep Sky Blue #24CFFC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.82%

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 7.27%
G = 41.82%
B = 50.91%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#24CFFC (or 0x24CFFC) is known color: Deep Sky Blue. HEX triplet: 24, CF and FC. RGB value is (36,207,252). Sum of RGB (Red+Green+Blue) = 36+207+252=495 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.27% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #24CFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24CFFC is #DB3003. Grayscale: #A0A0A0. Windows color (decimal): -14364676 or 16568100. OLE color: 16568100.

HSL color Cylindrical-coordinate representation of color #24CFFC: hue angle of 192.5º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24CFFC is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 36 207 252 -
CMYK 0.86 0.18 0 0.01
HSL 192.5º 0.97% 0.56% -
HSV(B) 192.5º 0.86% 0.99% -
XYZ 40.61 52.03 100 -
YUV 161 179.35 38.84 -
System Red Green Blue C M Y K H S L
Decimal 36 207 252 0.86 0.18 0 0.01 192.5 0.97 0.56
Hex 24 CF FC 56 12 0 1 C0 61 38
Octal 44 317 374 126 22 0 1 300 141 70
Binary 100100 11001111 11111100 1010110 10010 0 1 11000000 1100001 111000

Color Harmonies of #24CFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24CFFC

Black with #24CFFC

Text Example


Text Example

White with #24CFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,207,252); }

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

background-color css

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

 a { background-color: rgb(36,207,252); }

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

border-color css

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

 span { border-color: rgb(36,207,252); }

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