Html Css Color HEX #00A2CE Pacific Blue

📋 copy color: '#00A2CE'

red 0 ◦ green 162 ◦ blue 206

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

Shades of Pacific Blue #00A2CE

Tints of Pacific Blue #00A2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.98%

R = 0%
G = 44.02%
B = 55.98%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#00A2CE (or 0x00A2CE) is known color: Pacific Blue. HEX triplet: 00, A2 and CE. RGB value is (0,162,206). Sum of RGB (Red+Green+Blue) = 0+162+206=368 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #00A2CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A2CE is #FF5D31. Grayscale: #767676. Windows color (decimal): -16735538 or 13541888. OLE color: 13541888.

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

Color convert

RGB 0 162 206 -
CMYK 1 0.21 0 0.19
HSL 192.82º 1% 0.4% -
HSV(B) 192.82º 1% 0.81% -
XYZ 24.06 30.3 62.97 -
YUV 118.58 177.33 43.42 -
System Red Green Blue C M Y K H S L
Decimal 0 162 206 1 0.21 0 0.19 192.82 1 0.4
Hex 0 A2 CE 64 15 0 13 C1 64 28
Octal 0 242 316 144 25 0 23 301 144 50
Binary 0 10100010 11001110 1100100 10101 0 10011 11000001 1100100 101000

Color Harmonies of #00A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A2CE

Black with #00A2CE

Text Example


Text Example

White with #00A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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