#24D1F7

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

Shades of Deep Sky Blue #24D1F7

Tints of Deep Sky Blue #24D1F7

Color information

#24D1F7 (or 0x24D1F7) is unknown color: approx Deep Sky Blue. HEX triplet: 24, D1 and F7. RGB value is (36,209,247). Sum of RGB (Red+Green+Blue) = 36+209+247=492 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.32% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #24D1F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24D1F7 is #DB2E08. Grayscale: #A1A1A1. Windows color (decimal): -14364169 or 16240932. OLE color: 16240932.

HSL color Cylindrical-coordinate representation of color #24D1F7: hue angle of 190.81º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24D1F7 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB36209247-
CMYK0.850.1500.03
HSL190.81º92.95%55.49%-
HSV(B)190.81º85.43%96.86%-
XYZ40.3252.6996.04-
YUV161.61176.1938.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.32%
GREEN value IS 209 (82.03% from 255) = 42.48%
BLUE value IS 247 (96.88% from 255) = 50.20%
R=7.32%
G=42.48%
B=50.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal362092470.850.1500.03190.8192.9555.49
Hex24D1F755F03bf5d37
Octal44321367125170327713567
Binary100100110100011111011110101011111011101111111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24D1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,209,247); }

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

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

 a { background-color: rgb(36,209,247); }

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

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

 span { border-color: rgb(36,209,247); }

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