#24D3FF

Color #24D3FF Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #24D3FF

Tints of Deep Sky Blue #24D3FF

Color information

#24D3FF (or 0x24D3FF) is unknown color: approx Deep Sky Blue. HEX triplet: 24, D3 and FF. RGB value is (36,211,255). Sum of RGB (Red+Green+Blue) = 36+211+255=502 (66% of max value = 765). Red value is 36 (14.45% from 255 or 7.17% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #24D3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24D3FF is #DB2C00. Grayscale: #A3A3A3. Windows color (decimal): -14363649 or 16765732. OLE color: 16765732.

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

Color convert

RGB36211255-
CMYK0.860.1700
HSL192.05º100%57.06%-
HSV(B)192.05º85.88%100%-
XYZ42.0754.18102.85-
YUV163.69179.5236.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.17%
GREEN value IS 211 (82.81% from 255) = 42.03%
BLUE value IS 255 (100% from 255) = 50.80%
R=7.17%
G=42.03%
B=50.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal362112550.860.1700192.0510057.06
Hex24D3FF561100c06439
Octal44323377126210030014471
Binary100100110100111111111110101101000100110000001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24D3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #24D3FF;
 }
 .AnyTagClassName
 {
   color: #24D3FF;
 }
</style>
background-color css

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

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

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

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

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

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