#18B2EB

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

Shades of Deep Sky Blue #18B2EB

Tints of Deep Sky Blue #18B2EB

Color information

#18B2EB (or 0x18B2EB) is unknown color: approx Deep Sky Blue. HEX triplet: 18, B2 and EB. RGB value is (24,178,235). Sum of RGB (Red+Green+Blue) = 24+178+235=437 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.49% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #18B2EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18B2EB is #E74D14. Grayscale: #8A8A8A. Windows color (decimal): -15158549 or 15446552. OLE color: 15446552.

HSL color Cylindrical-coordinate representation of color #18B2EB: hue angle of 196.21º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18B2EB is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB24178235-
CMYK0.900.2400.08
HSL196.21º84.06%50.78%-
HSV(B)196.21º89.79%92.16%-
XYZ31.2938.0384.29-
YUV138.45182.4846.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.49%
GREEN value IS 178 (69.92% from 255) = 40.73%
BLUE value IS 235 (92.19% from 255) = 53.78%
R=5.49%
G=40.73%
B=53.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal241782350.900.2400.08196.2184.0650.78
Hex18B2EB5A1808c45433
Octal302623531323001030412463
Binary11000101100101110101110110101100001000110001001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,178,235); }

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

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

 a { background-color: rgb(24,178,235); }

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

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

 span { border-color: rgb(24,178,235); }

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