Html Css Color HEX #00A0CC Pacific Blue

📋 copy color: '#00A0CC'

red 0 ◦ green 160 ◦ blue 204

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

Shades of Pacific Blue #00A0CC

Tints of Pacific Blue #00A0CC

RGB

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

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

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

R = 0%
G = 43.96%
B = 56.04%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#00A0CC (or 0x00A0CC) is known color: Pacific Blue. HEX triplet: 00, A0 and CC. RGB value is (0,160,204). Sum of RGB (Red+Green+Blue) = 0+160+204=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #00A0CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A0CC is #FF5F33. Grayscale: #747474. Windows color (decimal): -16736052 or 13410304. OLE color: 13410304.

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

Color convert

RGB 0 160 204 -
CMYK 1 0.22 0 0.2
HSL 192.94º 1% 0.4% -
HSV(B) 192.94º 1% 0.8% -
XYZ 23.47 29.5 61.58 -
YUV 117.18 176.99 44.42 -
System Red Green Blue C M Y K H S L
Decimal 0 160 204 1 0.22 0 0.2 192.94 1 0.4
Hex 0 A0 CC 64 16 0 14 C1 64 28
Octal 0 240 314 144 26 0 24 301 144 50
Binary 0 10100000 11001100 1100100 10110 0 10100 11000001 1100100 101000

Color Harmonies of #00A0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A0CC

Black with #00A0CC

Text Example


Text Example

White with #00A0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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