Html Css Color HEX #00A0CA Pacific Blue

📋 copy color: '#00A0CA'

red 0 ◦ green 160 ◦ blue 202

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

Shades of Pacific Blue #00A0CA

Tints of Pacific Blue #00A0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.8%

R = 0%
G = 44.2%
B = 55.8%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#00A0CA (or 0x00A0CA) is known color: Pacific Blue. HEX triplet: 00, A0 and CA. RGB value is (0,160,202). Sum of RGB (Red+Green+Blue) = 0+160+202=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #00A0CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A0CA is #FF5F35. Grayscale: #747474. Windows color (decimal): -16736054 or 13279232. OLE color: 13279232.

HSL color Cylindrical-coordinate representation of color #00A0CA: hue angle of 192.48º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A0CA is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 160 202 -
CMYK 1 0.21 0 0.21
HSL 192.48º 1% 0.4% -
HSV(B) 192.48º 1% 0.79% -
XYZ 23.23 29.41 60.33 -
YUV 116.95 175.99 44.58 -
System Red Green Blue C M Y K H S L
Decimal 0 160 202 1 0.21 0 0.21 192.48 1 0.4
Hex 0 A0 CA 64 15 0 15 C0 64 28
Octal 0 240 312 144 25 0 25 300 144 50
Binary 0 10100000 11001010 1100100 10101 0 10101 11000000 1100100 101000

Color Harmonies of #00A0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A0CA

Black with #00A0CA

Text Example


Text Example

White with #00A0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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