Html Css Color HEX #0BC2EC Deep Sky Blue

📋 copy color: '#0BC2EC'

red 11 ◦ green 194 ◦ blue 236

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

Shades of Deep Sky Blue #0BC2EC

Tints of Deep Sky Blue #0BC2EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.51%

R = 2.49%
G = 43.99%
B = 53.51%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BC2EC (or 0x0BC2EC) is known color: Deep Sky Blue. HEX triplet: 0B, C2 and EC. RGB value is (11,194,236). Sum of RGB (Red+Green+Blue) = 11+194+236=441 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.49% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #0BC2EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC2EC is #F43D13. Grayscale: #8F8F8F. Windows color (decimal): -16006420 or 15516171. OLE color: 15516171.

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

Color convert

RGB 11 194 236 -
CMYK 0.95 0.18 0 0.07
HSL 191.2º 0.91% 0.48% -
HSV(B) 191.2º 0.95% 0.93% -
XYZ 34.57 44.71 86.16 -
YUV 144.07 179.87 33.08 -
System Red Green Blue C M Y K H S L
Decimal 11 194 236 0.95 0.18 0 0.07 191.2 0.91 0.48
Hex B C2 EC 5F 12 0 7 BF 5B 30
Octal 13 302 354 137 22 0 7 277 133 60
Binary 1011 11000010 11101100 1011111 10010 0 111 10111111 1011011 110000

Color Harmonies of #0BC2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC2EC

Black with #0BC2EC

Text Example


Text Example

White with #0BC2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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