Html Css Color HEX #00A0CB Pacific Blue

📋 copy color: '#00A0CB'

red 0 ◦ green 160 ◦ blue 203

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

Shades of Pacific Blue #00A0CB

Tints of Pacific Blue #00A0CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.92%

R = 0%
G = 44.08%
B = 55.92%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#00A0CB (or 0x00A0CB) is known color: Pacific Blue. HEX triplet: 00, A0 and CB. RGB value is (0,160,203). Sum of RGB (Red+Green+Blue) = 0+160+203=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #00A0CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A0CB is #FF5F34. Grayscale: #747474. Windows color (decimal): -16736053 or 13344768. OLE color: 13344768.

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

Color convert

RGB 0 160 203 -
CMYK 1 0.21 0 0.20
HSL 192.71º 1% 0.4% -
HSV(B) 192.71º 1% 0.8% -
XYZ 23.35 29.45 60.95 -
YUV 117.06 176.49 44.5 -
System Red Green Blue C M Y K H S L
Decimal 0 160 203 1 0.21 0 0.20 192.71 1 0.4
Hex 0 A0 CB 64 15 0 14 C1 64 28
Octal 0 240 313 144 25 0 24 301 144 50
Binary 0 10100000 11001011 1100100 10101 0 10100 11000001 1100100 101000

Color Harmonies of #00A0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A0CB

Black with #00A0CB

Text Example


Text Example

White with #00A0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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