#0B9EBD

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

Shades of Pacific Blue #0B9EBD

Tints of Pacific Blue #0B9EBD

Color information

#0B9EBD (or 0x0B9EBD) is unknown color: approx Pacific Blue. HEX triplet: 0B, 9E and BD. RGB value is (11,158,189). Sum of RGB (Red+Green+Blue) = 11+158+189=358 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.07% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #0B9EBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B9EBD is #F46142. Grayscale: #757575. Windows color (decimal): -16015683 or 12426763. OLE color: 12426763.

HSL color Cylindrical-coordinate representation of color #0B9EBD: hue angle of 190.45º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B9EBD is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11158189-
CMYK0.940.1600.26
HSL190.45º89%39.22%-
HSV(B)190.45º94.18%74.12%-
XYZ21.5528.252.45-
YUV117.58168.351.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.07%
GREEN value IS 158 (62.11% from 255) = 44.13%
BLUE value IS 189 (74.22% from 255) = 52.79%
R=3.07%
G=44.13%
B=52.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111581890.940.1600.26190.458939.22
HexB9EBD5E1001Abe5927
Octal132362751362003227613147
Binary10111001111010111101101111010000011010101111101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,158,189); }

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

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

 a { background-color: rgb(11,158,189); }

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

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

 span { border-color: rgb(11,158,189); }

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