Html Css Color HEX #00A0CE Pacific Blue

📋 copy color: '#00A0CE'

red 0 ◦ green 160 ◦ blue 206

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

Shades of Pacific Blue #00A0CE

Tints of Pacific Blue #00A0CE

RGB

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

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

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

R = 0%
G = 43.72%
B = 56.28%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#00A0CE (or 0x00A0CE) is known color: Pacific Blue. HEX triplet: 00, A0 and CE. RGB value is (0,160,206). Sum of RGB (Red+Green+Blue) = 0+160+206=366 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #00A0CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A0CE is #FF5F31. Grayscale: #757575. Windows color (decimal): -16736050 or 13541376. OLE color: 13541376.

HSL color Cylindrical-coordinate representation of color #00A0CE: hue angle of 193.4º 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 #00A0CE is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 160 206 -
CMYK 1 0.22 0 0.19
HSL 193.4º 1% 0.4% -
HSV(B) 193.4º 1% 0.81% -
XYZ 23.71 29.6 62.86 -
YUV 117.4 177.99 44.26 -
System Red Green Blue C M Y K H S L
Decimal 0 160 206 1 0.22 0 0.19 193.4 1 0.4
Hex 0 A0 CE 64 16 0 13 C1 64 28
Octal 0 240 316 144 26 0 23 301 144 50
Binary 0 10100000 11001110 1100100 10110 0 10011 11000001 1100100 101000

Color Harmonies of #00A0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A0CE

Black with #00A0CE

Text Example


Text Example

White with #00A0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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