#18B0F3

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

Shades of Deep Sky Blue #18B0F3

Tints of Deep Sky Blue #18B0F3

Color information

#18B0F3 (or 0x18B0F3) is unknown color: approx Deep Sky Blue. HEX triplet: 18, B0 and F3. RGB value is (24,176,243). Sum of RGB (Red+Green+Blue) = 24+176+243=443 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.42% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 243 (95.31% from 255 or 54.85% from 443); Max value from RGB is 243 - color contains mainly: blue. Hex color #18B0F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18B0F3 is #E74F0C. Grayscale: #898989. Windows color (decimal): -15159053 or 15970328. OLE color: 15970328.

HSL color Cylindrical-coordinate representation of color #18B0F3: hue angle of 198.36º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18B0F3 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB24176243-
CMYK0.900.2800.05
HSL198.36º90.12%52.35%-
HSV(B)198.36º90.12%95.29%-
XYZ32.0837.7290.38-
YUV138.19187.1446.55-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.42%
GREEN value IS 176 (69.14% from 255) = 39.73%
BLUE value IS 243 (95.31% from 255) = 54.85%
R=5.42%
G=39.73%
B=54.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241762430.900.2800.05198.3690.1252.35
Hex18B0F35A1C05c65a34
Octal30260363132340530613264
Binary1100010110000111100111011010111000101110001101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,176,243); }

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

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

 a { background-color: rgb(24,176,243); }

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

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

 span { border-color: rgb(24,176,243); }

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