Html Css Color HEX #0BB2EC Deep Sky Blue

📋 copy color: '#0BB2EC'

red 11 ◦ green 178 ◦ blue 236

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

Shades of Deep Sky Blue #0BB2EC

Tints of Deep Sky Blue #0BB2EC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.88%

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

R = 2.59%
G = 41.88%
B = 55.53%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BB2EC (or 0x0BB2EC) is known color: Deep Sky Blue. HEX triplet: 0B, B2 and EC. RGB value is (11,178,236). Sum of RGB (Red+Green+Blue) = 11+178+236=425 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.59% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #0BB2EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BB2EC is #F44D13. Grayscale: #868686. Windows color (decimal): -16010516 or 15512075. OLE color: 15512075.

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

Color convert

RGB 11 178 236 -
CMYK 0.95 0.25 0 0.07
HSL 195.47º 0.91% 0.48% -
HSV(B) 195.47º 0.95% 0.93% -
XYZ 31.2 37.97 85.04 -
YUV 134.68 185.17 39.78 -
System Red Green Blue C M Y K H S L
Decimal 11 178 236 0.95 0.25 0 0.07 195.47 0.91 0.48
Hex B B2 EC 5F 19 0 7 C3 5B 30
Octal 13 262 354 137 31 0 7 303 133 60
Binary 1011 10110010 11101100 1011111 11001 0 111 11000011 1011011 110000

Color Harmonies of #0BB2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB2EC

Black with #0BB2EC

Text Example


Text Example

White with #0BB2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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