Html Css Color HEX #01A2CA Pacific Blue

📋 copy color: '#01A2CA'

red 1 ◦ green 162 ◦ blue 202

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

Shades of Pacific Blue #01A2CA

Tints of Pacific Blue #01A2CA

RGB

 RED value IS 1 (0.78% from 255) = 0.27%

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

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

R = 0.27%
G = 44.38%
B = 55.34%

CMYK

 C value IS 1.00

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#01A2CA (or 0x01A2CA) is known color: Pacific Blue. HEX triplet: 01, A2 and CA. RGB value is (1,162,202). Sum of RGB (Red+Green+Blue) = 1+162+202=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #01A2CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A2CA is #FE5D35. Grayscale: #767676. Windows color (decimal): -16670006 or 13279745. OLE color: 13279745.

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

Color convert

RGB 1 162 202 -
CMYK 1.00 0.20 0 0.21
HSL 191.94º 0.99% 0.4% -
HSV(B) 191.94º 1% 0.79% -
XYZ 23.59 30.11 60.45 -
YUV 118.42 175.16 44.25 -
System Red Green Blue C M Y K H S L
Decimal 1 162 202 1.00 0.20 0 0.21 191.94 0.99 0.4
Hex 1 A2 CA 64 14 0 15 C0 63 28
Octal 1 242 312 144 24 0 25 300 143 50
Binary 1 10100010 11001010 1100100 10100 0 10101 11000000 1100011 101000

Color Harmonies of #01A2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A2CA

Black with #01A2CA

Text Example


Text Example

White with #01A2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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