Html Css Color HEX #00A2CA Pacific Blue

📋 copy color: '#00A2CA'

red 0 ◦ green 162 ◦ blue 202

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

Shades of Pacific Blue #00A2CA

Tints of Pacific Blue #00A2CA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.51%

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

R = 0%
G = 44.51%
B = 55.49%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#00A2CA (or 0x00A2CA) is known color: Pacific Blue. HEX triplet: 00, A2 and CA. RGB value is (0,162,202). Sum of RGB (Red+Green+Blue) = 0+162+202=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #00A2CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A2CA is #FF5D35. Grayscale: #757575. Windows color (decimal): -16735542 or 13279744. OLE color: 13279744.

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

Color convert

RGB 0 162 202 -
CMYK 1 0.20 0 0.21
HSL 191.88º 1% 0.4% -
HSV(B) 191.88º 1% 0.79% -
XYZ 23.58 30.1 60.45 -
YUV 118.12 175.33 43.75 -
System Red Green Blue C M Y K H S L
Decimal 0 162 202 1 0.20 0 0.21 191.88 1 0.4
Hex 0 A2 CA 64 14 0 15 C0 64 28
Octal 0 242 312 144 24 0 25 300 144 50
Binary 0 10100010 11001010 1100100 10100 0 10101 11000000 1100100 101000

Color Harmonies of #00A2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A2CA

Black with #00A2CA

Text Example


Text Example

White with #00A2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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