Html Css Color HEX #00A6CA Pacific Blue

📋 copy color: '#00A6CA'

red 0 ◦ green 166 ◦ blue 202

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

Shades of Pacific Blue #00A6CA

Tints of Pacific Blue #00A6CA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.11%

 BLUE value IS 202 (79.3% from 255) = 54.89%

R = 0%
G = 45.11%
B = 54.89%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#00A6CA (or 0x00A6CA) is known color: Pacific Blue. HEX triplet: 00, A6 and CA. RGB value is (0,166,202). Sum of RGB (Red+Green+Blue) = 0+166+202=368 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #00A6CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A6CA is #FF5935. Grayscale: #787878. Windows color (decimal): -16734518 or 13280768. OLE color: 13280768.

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

Color convert

RGB 0 166 202 -
CMYK 1 0.18 0 0.21
HSL 190.69º 1% 0.4% -
HSV(B) 190.69º 1% 0.79% -
XYZ 24.3 31.54 60.68 -
YUV 120.47 174 42.07 -
System Red Green Blue C M Y K H S L
Decimal 0 166 202 1 0.18 0 0.21 190.69 1 0.4
Hex 0 A6 CA 64 12 0 15 BF 64 28
Octal 0 246 312 144 22 0 25 277 144 50
Binary 0 10100110 11001010 1100100 10010 0 10101 10111111 1100100 101000

Color Harmonies of #00A6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A6CA

Black with #00A6CA

Text Example


Text Example

White with #00A6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,166,202); }

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

background-color css

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

 a { background-color: rgb(0,166,202); }

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

border-color css

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

 span { border-color: rgb(0,166,202); }

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