#0099BF

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

Shades of Pacific Blue #0099BF

Tints of Pacific Blue #0099BF

Color information

#0099BF (or 0x0099BF) is unknown color: approx Pacific Blue. HEX triplet: 00, 99 and BF. RGB value is (0,153,191). Sum of RGB (Red+Green+Blue) = 0+153+191=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 191 (75% from 255 or 55.52% from 344); Max value from RGB is 191 - color contains mainly: blue. Hex color #0099BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0099BF is #FF6640. Grayscale: #6F6F6F. Windows color (decimal): -16737857 or 12556544. OLE color: 12556544.

HSL color Cylindrical-coordinate representation of color #0099BF: hue angle of 191.94º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0099BF is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB0153191-
CMYK10.2000.25
HSL191.94º100%37.45%-
HSV(B)191.94º100%74.9%-
XYZ20.826.5453.32-
YUV111.58172.8148.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 153 (60.16% from 255) = 44.48%
BLUE value IS 191 (75% from 255) = 55.52%
R=0%
G=44.48%
B=55.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal015319110.2000.25191.9410037.45
Hex099BF6414019c06425
Octal02312771442403130014445
Binary01001100110111111110010010100011001110000001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0099BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0099BF; }

 p { color: rgb(0,153,191); }

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

<style>
 a { background-color: #0099BF; }

 a { background-color: rgb(0,153,191); }

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

<style>
 span { border-color: #0099BF; }

 span { border-color: rgb(0,153,191); }

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