#18d8fc

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

Shades of Deep Sky Blue #18D8FC

Tints of Deep Sky Blue #18D8FC

Color information

#18D8FC (or 0x18D8FC) is unknown color: approx Deep Sky Blue. HEX triplet: 18, D8 and FC. RGB value is (24,216,252). Sum of RGB (Red+Green+Blue) = 24+216+252=492 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.88% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #18D8FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D8FC is #E72703. Grayscale: #A2A2A2. Windows color (decimal): -15148804 or 16570392. OLE color: 16570392.

HSL color Cylindrical-coordinate representation of color #18D8FC: hue angle of 189.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18D8FC is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24216252-
CMYK0.900.1400.01
HSL189.47º97.44%54.12%-
HSV(B)189.47º90.48%98.82%-
XYZ42.556.33100.73-
YUV162.7178.3929.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 4.88%
GREEN value IS 216 (84.77% from 255) = 43.90%
BLUE value IS 252 (98.83% from 255) = 51.22%
R=4.88%
G=43.90%
B=51.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal242162520.900.1400.01189.4797.4454.12
Hex18D8FC5AE01bd6136
Octal30330374132160127514166
Binary1100011011000111111001011010111001101111011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18d8fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,216,252); }

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

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

 a { background-color: rgb(24,216,252); }

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

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

 span { border-color: rgb(24,216,252); }

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