Html Css Color HEX #0B88CB Pacific Blue

📋 copy color: '#0B88CB'

red 11 ◦ green 136 ◦ blue 203

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

Shades of Pacific Blue #0B88CB

Tints of Pacific Blue #0B88CB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.86%

 BLUE value IS 203 (79.69% from 255) = 58%

R = 3.14%
G = 38.86%
B = 58%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0B88CB (or 0x0B88CB) is known color: Pacific Blue. HEX triplet: 0B, 88 and CB. RGB value is (11,136,203). Sum of RGB (Red+Green+Blue) = 11+136+203=350 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.14% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #0B88CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B88CB is #F47734. Grayscale: #696969. Windows color (decimal): -16021301 or 13338635. OLE color: 13338635.

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

Color convert

RGB 11 136 203 -
CMYK 0.95 0.33 0 0.20
HSL 200.94º 0.9% 0.42% -
HSV(B) 200.94º 0.95% 0.8% -
XYZ 19.72 21.99 59.71 -
YUV 106.26 182.59 60.05 -
System Red Green Blue C M Y K H S L
Decimal 11 136 203 0.95 0.33 0 0.20 200.94 0.9 0.42
Hex B 88 CB 5F 21 0 14 C9 5A 2A
Octal 13 210 313 137 41 0 24 311 132 52
Binary 1011 10001000 11001011 1011111 100001 0 10100 11001001 1011010 101010

Color Harmonies of #0B88CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B88CB

Black with #0B88CB

Text Example


Text Example

White with #0B88CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,136,203); }

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

background-color css

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

 a { background-color: rgb(11,136,203); }

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

border-color css

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

 span { border-color: rgb(11,136,203); }

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