Html Css Color HEX #00A0BB Pacific Blue

📋 copy color: '#00A0BB'

red 0 ◦ green 160 ◦ blue 187

#00A0BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #00A0BB

Tints of Pacific Blue #00A0BB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 160 (62.89% from 255) = 46.11%

 BLUE value IS 187 (73.44% from 255) = 53.89%

R = 0%
G = 46.11%
B = 53.89%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#00A0BB (or 0x00A0BB) is known color: Pacific Blue. HEX triplet: 00, A0 and BB. RGB value is (0,160,187). Sum of RGB (Red+Green+Blue) = 0+160+187=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #00A0BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A0BB is #FF5F44. Grayscale: #727272. Windows color (decimal): -16736069 or 12296192. OLE color: 12296192.

HSL color Cylindrical-coordinate representation of color #00A0BB: hue angle of 188.66º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A0BB is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 160 187 -
CMYK 1 0.14 0 0.27
HSL 188.66º 1% 0.37% -
HSV(B) 188.66º 1% 0.73% -
XYZ 21.54 28.73 51.42 -
YUV 115.24 168.49 45.8 -
System Red Green Blue C M Y K H S L
Decimal 0 160 187 1 0.14 0 0.27 188.66 1 0.37
Hex 0 A0 BB 64 E 0 1B BD 64 25
Octal 0 240 273 144 16 0 33 275 144 45
Binary 0 10100000 10111011 1100100 1110 0 11011 10111101 1100100 100101

Color Harmonies of #00A0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A0BB

Black with #00A0BB

Text Example


Text Example

White with #00A0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00A0BB; }

 p { color: rgb(0,160,187); }

 H1.HeaderClassName
 {
   color: #00A0BB;
 }
 .AnyTagClassName
 {
   color: #00A0BB;
 }
</style>

background-color css

<style>
 a { background-color: #00A0BB; }

 a { background-color: rgb(0,160,187); }

 div.DivClassName
 {
   background-color: #00A0BB;
 }
 .BgClassName
 {
   background-color: #00A0BB;
 }
</style>

border-color css

<style>
 span { border-color: #00A0BB; }

 span { border-color: rgb(0,160,187); }

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