Html Css Color HEX #01A2CE Pacific Blue

📋 copy color: '#01A2CE'

red 1 ◦ green 162 ◦ blue 206

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

Shades of Pacific Blue #01A2CE

Tints of Pacific Blue #01A2CE

RGB

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

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

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

R = 0.27%
G = 43.9%
B = 55.83%

CMYK

 C value IS 1.00

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#01A2CE (or 0x01A2CE) is known color: Pacific Blue. HEX triplet: 01, A2 and CE. RGB value is (1,162,206). Sum of RGB (Red+Green+Blue) = 1+162+206=369 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #01A2CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A2CE is #FE5D31. Grayscale: #767676. Windows color (decimal): -16670002 or 13541889. OLE color: 13541889.

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

Color convert

RGB 1 162 206 -
CMYK 1.00 0.21 0 0.19
HSL 192.88º 0.99% 0.41% -
HSV(B) 192.88º 1% 0.81% -
XYZ 24.07 30.3 62.97 -
YUV 118.88 177.16 43.92 -
System Red Green Blue C M Y K H S L
Decimal 1 162 206 1.00 0.21 0 0.19 192.88 0.99 0.41
Hex 1 A2 CE 64 15 0 13 C1 63 29
Octal 1 242 316 144 25 0 23 301 143 51
Binary 1 10100010 11001110 1100100 10101 0 10011 11000001 1100011 101001

Color Harmonies of #01A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A2CE

Black with #01A2CE

Text Example


Text Example

White with #01A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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