#18b8e9

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

Shades of Deep Sky Blue #18B8E9

Tints of Deep Sky Blue #18B8E9

Color information

#18B8E9 (or 0x18B8E9) is unknown color: approx Deep Sky Blue. HEX triplet: 18, B8 and E9. RGB value is (24,184,233). Sum of RGB (Red+Green+Blue) = 24+184+233=441 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.44% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 233 (91.41% from 255 or 52.83% from 441); Max value from RGB is 233 - color contains mainly: blue. Hex color #18B8E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18B8E9 is #E74716. Grayscale: #8D8D8D. Windows color (decimal): -15157015 or 15317016. OLE color: 15317016.

HSL color Cylindrical-coordinate representation of color #18B8E9: hue angle of 194.07º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18B8E9 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB24184233-
CMYK0.900.2100.09
HSL194.07º82.61%50.39%-
HSV(B)194.07º89.7%91.37%-
XYZ32.2340.3683.18-
YUV141.75179.4944.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.44%
GREEN value IS 184 (72.27% from 255) = 41.72%
BLUE value IS 233 (91.41% from 255) = 52.83%
R=5.44%
G=41.72%
B=52.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal241842330.900.2100.09194.0782.6150.39
Hex18B8E95A1509c25332
Octal302703511322501130212362
Binary11000101110001110100110110101010101001110000101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18b8e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,184,233); }

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

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

 a { background-color: rgb(24,184,233); }

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

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

 span { border-color: rgb(24,184,233); }

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