Html Css Color HEX #0B87CC Pacific Blue

📋 copy color: '#0B87CC'

red 11 ◦ green 135 ◦ blue 204

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

Shades of Pacific Blue #0B87CC

Tints of Pacific Blue #0B87CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.29%

R = 3.14%
G = 38.57%
B = 58.29%

CMYK

 C value IS 0.95

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0B87CC (or 0x0B87CC) is known color: Pacific Blue. HEX triplet: 0B, 87 and CC. RGB value is (11,135,204). Sum of RGB (Red+Green+Blue) = 11+135+204=350 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.14% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #0B87CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B87CC is #F47833. Grayscale: #696969. Windows color (decimal): -16021556 or 13403915. OLE color: 13403915.

HSL color Cylindrical-coordinate representation of color #0B87CC: hue angle of 201.45º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B87CC is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 11 135 204 -
CMYK 0.95 0.34 0 0.2
HSL 201.45º 0.9% 0.42% -
HSV(B) 201.45º 0.95% 0.8% -
XYZ 19.7 21.76 60.29 -
YUV 105.79 183.42 60.39 -
System Red Green Blue C M Y K H S L
Decimal 11 135 204 0.95 0.34 0 0.2 201.45 0.9 0.42
Hex B 87 CC 5F 22 0 14 C9 5A 2A
Octal 13 207 314 137 42 0 24 311 132 52
Binary 1011 10000111 11001100 1011111 100010 0 10100 11001001 1011010 101010

Color Harmonies of #0B87CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B87CC

Black with #0B87CC

Text Example


Text Example

White with #0B87CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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