#099BBE

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

Shades of Pacific Blue #099BBE

Tints of Pacific Blue #099BBE

Color information

#099BBE (or 0x099BBE) is unknown color: approx Pacific Blue. HEX triplet: 09, 9B and BE. RGB value is (9,155,190). Sum of RGB (Red+Green+Blue) = 9+155+190=354 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #099BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099BBE is #F66441. Grayscale: #737373. Windows color (decimal): -16147522 or 12491529. OLE color: 12491529.

HSL color Cylindrical-coordinate representation of color #099BBE: hue angle of 191.6º 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 #099BBE is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9155190-
CMYK0.950.1800.25
HSL191.6º90.95%39.02%-
HSV(B)191.6º95.26%74.51%-
XYZ21.1327.2252.86-
YUV115.34170.1352.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.54%
GREEN value IS 155 (60.94% from 255) = 43.79%
BLUE value IS 190 (74.61% from 255) = 53.67%
R=2.54%
G=43.79%
B=53.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91551900.950.1800.25191.690.9539.02
Hex99BBE5F12019c05b27
Octal112332761372203130013347
Binary10011001101110111110101111110010011001110000001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099BBE; }

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

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

<style>
 a { background-color: #099BBE; }

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

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

<style>
 span { border-color: #099BBE; }

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

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