Html Css Color HEX #03A2CC Pacific Blue

📋 copy color: '#03A2CC'

red 3 ◦ green 162 ◦ blue 204

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

Shades of Pacific Blue #03A2CC

Tints of Pacific Blue #03A2CC

RGB

 RED value IS 3 (1.56% from 255) = 0.81%

 GREEN value IS 162 (63.67% from 255) = 43.9%

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

R = 0.81%
G = 43.9%
B = 55.28%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#03A2CC (or 0x03A2CC) is known color: Pacific Blue. HEX triplet: 03, A2 and CC. RGB value is (3,162,204). Sum of RGB (Red+Green+Blue) = 3+162+204=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #03A2CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A2CC is #FC5D33. Grayscale: #767676. Windows color (decimal): -16538932 or 13410819. OLE color: 13410819.

HSL color Cylindrical-coordinate representation of color #03A2CC: hue angle of 192.54º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A2CC is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 162 204 -
CMYK 0.99 0.21 0 0.2
HSL 192.54º 0.97% 0.41% -
HSV(B) 192.54º 0.99% 0.8% -
XYZ 23.86 30.22 61.7 -
YUV 119.25 175.82 45.08 -
System Red Green Blue C M Y K H S L
Decimal 3 162 204 0.99 0.21 0 0.2 192.54 0.97 0.41
Hex 3 A2 CC 63 15 0 14 C1 61 29
Octal 3 242 314 143 25 0 24 301 141 51
Binary 11 10100010 11001100 1100011 10101 0 10100 11000001 1100001 101001

Color Harmonies of #03A2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A2CC

Black with #03A2CC

Text Example


Text Example

White with #03A2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03A2CC; }

 p { color: rgb(3,162,204); }

 H1.HeaderClassName
 {
   color: #03A2CC;
 }
 .AnyTagClassName
 {
   color: #03A2CC;
 }
</style>

background-color css

<style>
 a { background-color: #03A2CC; }

 a { background-color: rgb(3,162,204); }

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

border-color css

<style>
 span { border-color: #03A2CC; }

 span { border-color: rgb(3,162,204); }

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