#18D7F9

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

Shades of Deep Sky Blue #18D7F9

Tints of Deep Sky Blue #18D7F9

Color information

#18D7F9 (or 0x18D7F9) is unknown color: approx Deep Sky Blue. HEX triplet: 18, D7 and F9. RGB value is (24,215,249). Sum of RGB (Red+Green+Blue) = 24+215+249=488 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.92% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #18D7F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D7F9 is #E72806. Grayscale: #A1A1A1. Windows color (decimal): -15149063 or 16373528. OLE color: 16373528.

HSL color Cylindrical-coordinate representation of color #18D7F9: hue angle of 189.07º 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 #18D7F9 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24215249-
CMYK0.900.1400.02
HSL189.07º94.94%53.53%-
HSV(B)189.07º90.36%97.65%-
XYZ41.7855.6398.16-
YUV161.77177.2229.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 4.92%
GREEN value IS 215 (84.38% from 255) = 44.06%
BLUE value IS 249 (97.66% from 255) = 51.02%
R=4.92%
G=44.06%
B=51.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal242152490.900.1400.02189.0794.9453.53
Hex18D7F95AE02bd5f36
Octal30327371132160227513766
Binary11000110101111111100110110101110010101111011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18D7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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