#0BC8ED

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

Shades of Deep Sky Blue #0BC8ED

Tints of Deep Sky Blue #0BC8ED

Color information

#0BC8ED (or 0x0BC8ED) is unknown color: approx Deep Sky Blue. HEX triplet: 0B, C8 and ED. RGB value is (11,200,237). Sum of RGB (Red+Green+Blue) = 11+200+237=448 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.46% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #0BC8ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC8ED is #F43712. Grayscale: #939393. Windows color (decimal): -16004883 or 15583243. OLE color: 15583243.

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

Color convert

RGB11200237-
CMYK0.950.1600.07
HSL189.82º91.13%48.63%-
HSV(B)189.82º95.36%92.94%-
XYZ36.0847.4987.39-
YUV147.71178.3830.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.46%
GREEN value IS 200 (78.52% from 255) = 44.64%
BLUE value IS 237 (92.97% from 255) = 52.90%
R=2.46%
G=44.64%
B=52.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal112002370.950.1600.07189.8291.1348.63
HexBC8ED5F1007be5b31
Octal13310355137200727613361
Binary101111001000111011011011111100000111101111101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,200,237); }

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

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

 a { background-color: rgb(11,200,237); }

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

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

 span { border-color: rgb(11,200,237); }

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