Html Css Color HEX #00A0BE Pacific Blue

📋 copy color: '#00A0BE'

red 0 ◦ green 160 ◦ blue 190

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

Shades of Pacific Blue #00A0BE

Tints of Pacific Blue #00A0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.29%

R = 0%
G = 45.71%
B = 54.29%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#00A0BE (or 0x00A0BE) is known color: Pacific Blue. HEX triplet: 00, A0 and BE. RGB value is (0,160,190). Sum of RGB (Red+Green+Blue) = 0+160+190=350 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #00A0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A0BE is #FF5F41. Grayscale: #737373. Windows color (decimal): -16736066 or 12492800. OLE color: 12492800.

HSL color Cylindrical-coordinate representation of color #00A0BE: hue angle of 189.47º 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 #00A0BE is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 160 190 -
CMYK 1 0.16 0 0.25
HSL 189.47º 1% 0.37% -
HSV(B) 189.47º 1% 0.75% -
XYZ 21.87 28.86 53.13 -
YUV 115.58 169.99 45.56 -
System Red Green Blue C M Y K H S L
Decimal 0 160 190 1 0.16 0 0.25 189.47 1 0.37
Hex 0 A0 BE 64 10 0 19 BD 64 25
Octal 0 240 276 144 20 0 31 275 144 45
Binary 0 10100000 10111110 1100100 10000 0 11001 10111101 1100100 100101

Color Harmonies of #00A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A0BE

Black with #00A0BE

Text Example


Text Example

White with #00A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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