#0BC6E9

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

Shades of Deep Sky Blue #0BC6E9

Tints of Deep Sky Blue #0BC6E9

Color information

#0BC6E9 (or 0x0BC6E9) is unknown color: approx Deep Sky Blue. HEX triplet: 0B, C6 and E9. RGB value is (11,198,233). Sum of RGB (Red+Green+Blue) = 11+198+233=442 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.49% from 442); Green value is 198 (77.73% from 255 or 44.80% from 442); Blue value is 233 (91.41% from 255 or 52.71% from 442); Max value from RGB is 233 - color contains mainly: blue. Hex color #0BC6E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC6E9 is #F43916. Grayscale: #919191. Windows color (decimal): -16005399 or 15320587. OLE color: 15320587.

HSL color Cylindrical-coordinate representation of color #0BC6E9: hue angle of 189.46º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC6E9 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11198233-
CMYK0.950.1500.09
HSL189.46º90.98%47.84%-
HSV(B)189.46º95.28%91.37%-
XYZ35.0446.3484.19-
YUV146.08177.0531.65-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.49%
GREEN value IS 198 (77.73% from 255) = 44.80%
BLUE value IS 233 (91.41% from 255) = 52.71%
R=2.49%
G=44.80%
B=52.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal111982330.950.1500.09189.4690.9847.84
HexBC6E95FF09bd5b30
Octal133063511371701127513360
Binary101111000110111010011011111111101001101111011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,198,233); }

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

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

 a { background-color: rgb(11,198,233); }

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

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

 span { border-color: rgb(11,198,233); }

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