Html Css Color HEX #24DAFF Deep Sky Blue

📋 copy color: '#24DAFF'

red 36 ◦ green 218 ◦ blue 255

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

Shades of Deep Sky Blue #24DAFF

Tints of Deep Sky Blue #24DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.83%

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

R = 7.07%
G = 42.83%
B = 50.1%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#24DAFF (or 0x24DAFF) is known color: Deep Sky Blue. HEX triplet: 24, DA and FF. RGB value is (36,218,255). Sum of RGB (Red+Green+Blue) = 36+218+255=509 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.07% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #24DAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24DAFF is #DB2500. Grayscale: #A7A7A7. Windows color (decimal): -14361857 or 16767524. OLE color: 16767524.

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

Color convert

RGB 36 218 255 -
CMYK 0.86 0.15 0 0
HSL 190.14º 1% 0.57% -
HSV(B) 190.14º 0.86% 1% -
XYZ 43.85 57.74 103.44 -
YUV 167.8 177.2 33.99 -
System Red Green Blue C M Y K H S L
Decimal 36 218 255 0.86 0.15 0 0 190.14 1 0.57
Hex 24 DA FF 56 F 0 0 BE 64 39
Octal 44 332 377 126 17 0 0 276 144 71
Binary 100100 11011010 11111111 1010110 1111 0 0 10111110 1100100 111001

Color Harmonies of #24DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DAFF

Black with #24DAFF

Text Example


Text Example

White with #24DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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