Html Css Color HEX #0B86AB Cerulean

📋 copy color: '#0B86AB'

red 11 ◦ green 134 ◦ blue 171

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

Shades of Cerulean #0B86AB

Tints of Cerulean #0B86AB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.41%

 BLUE value IS 171 (67.19% from 255) = 54.11%

R = 3.48%
G = 42.41%
B = 54.11%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B86AB (or 0x0B86AB) is known color: Cerulean. HEX triplet: 0B, 86 and AB. RGB value is (11,134,171). Sum of RGB (Red+Green+Blue) = 11+134+171=316 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.48% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B86AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B86AB is #F47954. Grayscale: #656565. Windows color (decimal): -16021845 or 11240971. OLE color: 11240971.

HSL color Cylindrical-coordinate representation of color #0B86AB: hue angle of 193.88º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B86AB is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 134 171 -
CMYK 0.94 0.22 0 0.33
HSL 193.88º 0.88% 0.36% -
HSV(B) 193.88º 0.94% 0.67% -
XYZ 16.01 20.06 41.56 -
YUV 101.44 167.25 63.49 -
System Red Green Blue C M Y K H S L
Decimal 11 134 171 0.94 0.22 0 0.33 193.88 0.88 0.36
Hex B 86 AB 5E 16 0 21 C2 58 24
Octal 13 206 253 136 26 0 41 302 130 44
Binary 1011 10000110 10101011 1011110 10110 0 100001 11000010 1011000 100100

Color Harmonies of #0B86AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B86AB

Black with #0B86AB

Text Example


Text Example

White with #0B86AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,134,171); }

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

background-color css

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

 a { background-color: rgb(11,134,171); }

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

border-color css

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

 span { border-color: rgb(11,134,171); }

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