#09A7BB

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

Shades of Pacific Blue #09A7BB

Tints of Pacific Blue #09A7BB

Color information

#09A7BB (or 0x09A7BB) is unknown color: approx Pacific Blue. HEX triplet: 09, A7 and BB. RGB value is (9,167,187). Sum of RGB (Red+Green+Blue) = 9+167+187=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 167 (65.62% from 255 or 46.01% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #09A7BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A7BB is #F65844. Grayscale: #797979. Windows color (decimal): -16144453 or 12297993. OLE color: 12297993.

HSL color Cylindrical-coordinate representation of color #09A7BB: hue angle of 186.74º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A7BB is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9167187-
CMYK0.950.1100.27
HSL186.74º90.82%38.43%-
HSV(B)186.74º95.19%73.33%-
XYZ22.931.2851.84-
YUV122.04164.6547.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.48%
GREEN value IS 167 (65.62% from 255) = 46.01%
BLUE value IS 187 (73.44% from 255) = 51.52%
R=2.48%
G=46.01%
B=51.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91671870.950.1100.27186.7490.8238.43
Hex9A7BB5FB01Bbb5b26
Octal112472731371303327313346
Binary1001101001111011101110111111011011011101110111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09A7BB; }

 p { color: rgb(9,167,187); }

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

<style>
 a { background-color: #09A7BB; }

 a { background-color: rgb(9,167,187); }

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

<style>
 span { border-color: #09A7BB; }

 span { border-color: rgb(9,167,187); }

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