#0BC0F0

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

Shades of Deep Sky Blue #0BC0F0

Tints of Deep Sky Blue #0BC0F0

Color information

#0BC0F0 (or 0x0BC0F0) is unknown color: approx Deep Sky Blue. HEX triplet: 0B, C0 and F0. RGB value is (11,192,240). Sum of RGB (Red+Green+Blue) = 11+192+240=443 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.48% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 240 (94.14% from 255 or 54.18% from 443); Max value from RGB is 240 - color contains mainly: blue. Hex color #0BC0F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC0F0 is #F43F0F. Grayscale: #8E8E8E. Windows color (decimal): -16006928 or 15777803. OLE color: 15777803.

HSL color Cylindrical-coordinate representation of color #0BC0F0: hue angle of 192.58º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC0F0 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11192240-
CMYK0.950.2000.06
HSL192.58º91.24%49.22%-
HSV(B)192.58º95.42%94.12%-
XYZ34.7244.0689.11-
YUV143.35182.5333.6-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.48%
GREEN value IS 192 (75.39% from 255) = 43.34%
BLUE value IS 240 (94.14% from 255) = 54.18%
R=2.48%
G=43.34%
B=54.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal111922400.950.2000.06192.5891.2449.22
HexBC0F05F1406c15b31
Octal13300360137240630113361
Binary101111000000111100001011111101000110110000011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BC0F0; }

 p { color: rgb(11,192,240); }

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

<style>
 a { background-color: #0BC0F0; }

 a { background-color: rgb(11,192,240); }

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

<style>
 span { border-color: #0BC0F0; }

 span { border-color: rgb(11,192,240); }

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