Html Css Color HEX #0B87AB Cerulean

📋 copy color: '#0B87AB'

red 11 ◦ green 135 ◦ blue 171

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

Shades of Cerulean #0B87AB

Tints of Cerulean #0B87AB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.59%

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

R = 3.47%
G = 42.59%
B = 53.94%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B87AB (or 0x0B87AB) is known color: Cerulean. HEX triplet: 0B, 87 and AB. RGB value is (11,135,171). Sum of RGB (Red+Green+Blue) = 11+135+171=317 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.47% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B87AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B87AB is #F47854. Grayscale: #656565. Windows color (decimal): -16021589 or 11241227. OLE color: 11241227.

HSL color Cylindrical-coordinate representation of color #0B87AB: hue angle of 193.5º 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 #0B87AB is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 135 171 -
CMYK 0.94 0.21 0 0.33
HSL 193.5º 0.88% 0.36% -
HSV(B) 193.5º 0.94% 0.67% -
XYZ 16.15 20.34 41.6 -
YUV 102.03 166.92 63.07 -
System Red Green Blue C M Y K H S L
Decimal 11 135 171 0.94 0.21 0 0.33 193.5 0.88 0.36
Hex B 87 AB 5E 15 0 21 C2 58 24
Octal 13 207 253 136 25 0 41 302 130 44
Binary 1011 10000111 10101011 1011110 10101 0 100001 11000010 1011000 100100

Color Harmonies of #0B87AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B87AB

Black with #0B87AB

Text Example


Text Example

White with #0B87AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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