#18BDF9

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

Shades of Deep Sky Blue #18BDF9

Tints of Deep Sky Blue #18BDF9

Color information

#18BDF9 (or 0x18BDF9) is unknown color: approx Deep Sky Blue. HEX triplet: 18, BD and F9. RGB value is (24,189,249). Sum of RGB (Red+Green+Blue) = 24+189+249=462 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.19% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 249 (97.66% from 255 or 53.90% from 462); Max value from RGB is 249 - color contains mainly: blue. Hex color #18BDF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BDF9 is #E74206. Grayscale: #929292. Windows color (decimal): -15155719 or 16366872. OLE color: 16366872.

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

Color convert

RGB24189249-
CMYK0.900.2400.02
HSL196º94.94%53.53%-
HSV(B)196º90.36%97.65%-
XYZ35.6743.4396.12-
YUV146.5185.8440.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.19%
GREEN value IS 189 (74.22% from 255) = 40.91%
BLUE value IS 249 (97.66% from 255) = 53.90%
R=5.19%
G=40.91%
B=53.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241892490.900.2400.0219694.9453.53
Hex18BDF95A1802c45f36
Octal30275371132300230413766
Binary110001011110111111001101101011000010110001001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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