Html Css Color HEX #0BC0EB Deep Sky Blue

📋 copy color: '#0BC0EB'

red 11 ◦ green 192 ◦ blue 235

#0BC0EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #0BC0EB

Tints of Deep Sky Blue #0BC0EB

RGB

 RED value IS 11 (4.69% from 255) = 2.51%

 GREEN value IS 192 (75.39% from 255) = 43.84%

 BLUE value IS 235 (92.19% from 255) = 53.65%

R = 2.51%
G = 43.84%
B = 53.65%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0BC0EB (or 0x0BC0EB) is known color: Deep Sky Blue. HEX triplet: 0B, C0 and EB. RGB value is (11,192,235). Sum of RGB (Red+Green+Blue) = 11+192+235=438 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #0BC0EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC0EB is #F43F14. Grayscale: #8E8E8E. Windows color (decimal): -16006933 or 15450123. OLE color: 15450123.

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

Color convert

RGB 11 192 235 -
CMYK 0.95 0.18 0 0.08
HSL 191.52º 0.91% 0.48% -
HSV(B) 191.52º 0.95% 0.92% -
XYZ 33.98 43.77 85.25 -
YUV 142.78 180.03 34 -
System Red Green Blue C M Y K H S L
Decimal 11 192 235 0.95 0.18 0 0.08 191.52 0.91 0.48
Hex B C0 EB 5F 12 0 8 C0 5B 30
Octal 13 300 353 137 22 0 10 300 133 60
Binary 1011 11000000 11101011 1011111 10010 0 1000 11000000 1011011 110000

Color Harmonies of #0BC0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC0EB

Black with #0BC0EB

Text Example


Text Example

White with #0BC0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0BC0EB;
 }
 .AnyTagClassName
 {
   color: #0BC0EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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