Html Css Color HEX #0BC2EB Deep Sky Blue

📋 copy color: '#0BC2EB'

red 11 ◦ green 194 ◦ blue 235

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

Shades of Deep Sky Blue #0BC2EB

Tints of Deep Sky Blue #0BC2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.09%

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

R = 2.5%
G = 44.09%
B = 53.41%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0BC2EB (or 0x0BC2EB) is known color: Deep Sky Blue. HEX triplet: 0B, C2 and EB. RGB value is (11,194,235). Sum of RGB (Red+Green+Blue) = 11+194+235=440 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.5% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #0BC2EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC2EB is #F43D14. Grayscale: #8F8F8F. Windows color (decimal): -16006421 or 15450635. OLE color: 15450635.

HSL color Cylindrical-coordinate representation of color #0BC2EB: hue angle of 190.98º 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 #0BC2EB is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 11 194 235 -
CMYK 0.95 0.17 0 0.08
HSL 190.98º 0.91% 0.48% -
HSV(B) 190.98º 0.95% 0.92% -
XYZ 34.43 44.65 85.4 -
YUV 143.96 179.37 33.17 -
System Red Green Blue C M Y K H S L
Decimal 11 194 235 0.95 0.17 0 0.08 190.98 0.91 0.48
Hex B C2 EB 5F 11 0 8 BF 5B 30
Octal 13 302 353 137 21 0 10 277 133 60
Binary 1011 11000010 11101011 1011111 10001 0 1000 10111111 1011011 110000

Color Harmonies of #0BC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC2EB

Black with #0BC2EB

Text Example


Text Example

White with #0BC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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