#0999BE

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

Shades of Pacific Blue #0999BE

Tints of Pacific Blue #0999BE

Color information

#0999BE (or 0x0999BE) is unknown color: approx Pacific Blue. HEX triplet: 09, 99 and BE. RGB value is (9,153,190). Sum of RGB (Red+Green+Blue) = 9+153+190=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #0999BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0999BE is #F66641. Grayscale: #717171. Windows color (decimal): -16148034 or 12491017. OLE color: 12491017.

HSL color Cylindrical-coordinate representation of color #0999BE: hue angle of 192.27º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0999BE is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9153190-
CMYK0.950.1900.25
HSL192.27º90.95%39.02%-
HSV(B)192.27º95.26%74.51%-
XYZ20.826.5652.75-
YUV114.16170.7952.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.56%
GREEN value IS 153 (60.16% from 255) = 43.47%
BLUE value IS 190 (74.61% from 255) = 53.98%
R=2.56%
G=43.47%
B=53.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91531900.950.1900.25192.2790.9539.02
Hex999BE5F13019c05b27
Octal112312761372303130013347
Binary10011001100110111110101111110011011001110000001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0999BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0999BE; }

 p { color: rgb(9,153,190); }

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

<style>
 a { background-color: #0999BE; }

 a { background-color: rgb(9,153,190); }

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

<style>
 span { border-color: #0999BE; }

 span { border-color: rgb(9,153,190); }

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