Html Css Color HEX #01A0CC Pacific Blue

📋 copy color: '#01A0CC'

red 1 ◦ green 160 ◦ blue 204

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

Shades of Pacific Blue #01A0CC

Tints of Pacific Blue #01A0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.89%

R = 0.27%
G = 43.84%
B = 55.89%

CMYK

 C value IS 1.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#01A0CC (or 0x01A0CC) is known color: Pacific Blue. HEX triplet: 01, A0 and CC. RGB value is (1,160,204). Sum of RGB (Red+Green+Blue) = 1+160+204=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #01A0CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A0CC is #FE5F33. Grayscale: #757575. Windows color (decimal): -16670516 or 13410305. OLE color: 13410305.

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

Color convert

RGB 1 160 204 -
CMYK 1.00 0.22 0 0.2
HSL 193º 0.99% 0.4% -
HSV(B) 193º 1% 0.8% -
XYZ 23.48 29.51 61.58 -
YUV 117.48 176.82 44.92 -
System Red Green Blue C M Y K H S L
Decimal 1 160 204 1.00 0.22 0 0.2 193 0.99 0.4
Hex 1 A0 CC 64 16 0 14 C1 63 28
Octal 1 240 314 144 26 0 24 301 143 50
Binary 1 10100000 11001100 1100100 10110 0 10100 11000001 1100011 101000

Color Harmonies of #01A0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A0CC

Black with #01A0CC

Text Example


Text Example

White with #01A0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,160,204); }

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

background-color css

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

 a { background-color: rgb(1,160,204); }

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

border-color css

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

 span { border-color: rgb(1,160,204); }

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