#18D9F9

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

Shades of Deep Sky Blue #18D9F9

Tints of Deep Sky Blue #18D9F9

Color information

#18D9F9 (or 0x18D9F9) is unknown color: approx Deep Sky Blue. HEX triplet: 18, D9 and F9. RGB value is (24,217,249). Sum of RGB (Red+Green+Blue) = 24+217+249=490 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.90% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #18D9F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D9F9 is #E72606. Grayscale: #A2A2A2. Windows color (decimal): -15148551 or 16374040. OLE color: 16374040.

HSL color Cylindrical-coordinate representation of color #18D9F9: hue angle of 188.53º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18D9F9 is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24217249-
CMYK0.900.1300.02
HSL188.53º94.94%53.53%-
HSV(B)188.53º90.36%97.65%-
XYZ42.2956.6698.33-
YUV162.94176.5628.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 4.90%
GREEN value IS 217 (85.16% from 255) = 44.29%
BLUE value IS 249 (97.66% from 255) = 50.82%
R=4.90%
G=44.29%
B=50.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal242172490.900.1300.02188.5394.9453.53
Hex18D9F95AD02bd5f36
Octal30331371132150227513766
Binary11000110110011111100110110101101010101111011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18D9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18D9F9; }

 p { color: rgb(24,217,249); }

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

<style>
 a { background-color: #18D9F9; }

 a { background-color: rgb(24,217,249); }

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

<style>
 span { border-color: #18D9F9; }

 span { border-color: rgb(24,217,249); }

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