Html Css Color HEX #24CDFF Deep Sky Blue

📋 copy color: '#24CDFF'

red 36 ◦ green 205 ◦ blue 255

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

Shades of Deep Sky Blue #24CDFF

Tints of Deep Sky Blue #24CDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.33%

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

R = 7.26%
G = 41.33%
B = 51.41%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#24CDFF (or 0x24CDFF) is known color: Deep Sky Blue. HEX triplet: 24, CD and FF. RGB value is (36,205,255). Sum of RGB (Red+Green+Blue) = 36+205+255=496 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.26% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #24CDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24CDFF is #DB3200. Grayscale: #9F9F9F. Windows color (decimal): -14365185 or 16764196. OLE color: 16764196.

HSL color Cylindrical-coordinate representation of color #24CDFF: hue angle of 193.7º 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 #24CDFF is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 36 205 255 -
CMYK 0.86 0.20 0 0
HSL 193.7º 1% 0.57% -
HSV(B) 193.7º 0.86% 1% -
XYZ 40.61 51.26 102.36 -
YUV 160.17 181.51 39.43 -
System Red Green Blue C M Y K H S L
Decimal 36 205 255 0.86 0.20 0 0 193.7 1 0.57
Hex 24 CD FF 56 14 0 0 C2 64 39
Octal 44 315 377 126 24 0 0 302 144 71
Binary 100100 11001101 11111111 1010110 10100 0 0 11000010 1100100 111001

Color Harmonies of #24CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24CDFF

Black with #24CDFF

Text Example


Text Example

White with #24CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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