#0B8BC9

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

Shades of Pacific Blue #0B8BC9

Tints of Pacific Blue #0B8BC9

Color information

#0B8BC9 (or 0x0B8BC9) is unknown color: approx Pacific Blue. HEX triplet: 0B, 8B and C9. RGB value is (11,139,201). Sum of RGB (Red+Green+Blue) = 11+139+201=351 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.13% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 201 (78.91% from 255 or 57.26% from 351); Max value from RGB is 201 - color contains mainly: blue. Hex color #0B8BC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B8BC9 is #F47436. Grayscale: #6B6B6B. Windows color (decimal): -16020535 or 13208331. OLE color: 13208331.

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

Color convert

RGB11139201-
CMYK0.950.3100.21
HSL199.58º89.62%41.57%-
HSV(B)199.58º94.53%78.82%-
XYZ19.9122.7558.6-
YUV107.8180.5958.96-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.13%
GREEN value IS 139 (54.69% from 255) = 39.60%
BLUE value IS 201 (78.91% from 255) = 57.26%
R=3.13%
G=39.60%
B=57.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal111392010.950.3100.21199.5889.6241.57
HexB8BC95F1F015c85a2a
Octal132133111373702531013252
Binary10111000101111001001101111111111010101110010001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,139,201); }

 H1.HeaderClassName
 {
   color: #0B8BC9;
 }
 .AnyTagClassName
 {
   color: #0B8BC9;
 }
</style>
background-color css

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

 a { background-color: rgb(11,139,201); }

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

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

 span { border-color: rgb(11,139,201); }

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