Html Css Color HEX #00A3CC Pacific Blue

📋 copy color: '#00A3CC'

red 0 ◦ green 163 ◦ blue 204

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

Shades of Pacific Blue #00A3CC

Tints of Pacific Blue #00A3CC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.41%

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

R = 0%
G = 44.41%
B = 55.59%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#00A3CC (or 0x00A3CC) is known color: Pacific Blue. HEX triplet: 00, A3 and CC. RGB value is (0,163,204). Sum of RGB (Red+Green+Blue) = 0+163+204=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #00A3CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A3CC is #FF5C33. Grayscale: #767676. Windows color (decimal): -16735284 or 13411072. OLE color: 13411072.

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

Color convert

RGB 0 163 204 -
CMYK 1 0.20 0 0.2
HSL 192.06º 1% 0.4% -
HSV(B) 192.06º 1% 0.8% -
XYZ 24 30.55 61.76 -
YUV 118.94 176 43.17 -
System Red Green Blue C M Y K H S L
Decimal 0 163 204 1 0.20 0 0.2 192.06 1 0.4
Hex 0 A3 CC 64 14 0 14 C0 64 28
Octal 0 243 314 144 24 0 24 300 144 50
Binary 0 10100011 11001100 1100100 10100 0 10100 11000000 1100100 101000

Color Harmonies of #00A3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A3CC

Black with #00A3CC

Text Example


Text Example

White with #00A3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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