#0B88CB

Color #0B88CB Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0B88CB

Tints of Pacific Blue #0B88CB

Color information

#0B88CB (or 0x0B88CB) is unknown color: approx 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

RGB11136203-
CMYK0.950.3300.20
HSL200.94º89.72%41.96%-
HSV(B)200.94º94.58%79.61%-
XYZ19.7221.9959.71-
YUV106.26182.5960.05-

RGB Variations

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

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 (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal111362030.950.3300.20200.9489.7241.96
HexB88CB5F21014c95a2a
Octal132103131374102431113252
Binary101110001000110010111011111100001010100110010011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B88CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>