Html Css Color HEX #03A6CC Pacific Blue

📋 copy color: '#03A6CC'

red 3 ◦ green 166 ◦ blue 204

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

Shades of Pacific Blue #03A6CC

Tints of Pacific Blue #03A6CC

RGB

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

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

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

R = 0.8%
G = 44.5%
B = 54.69%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#03A6CC (or 0x03A6CC) is known color: Pacific Blue. HEX triplet: 03, A6 and CC. RGB value is (3,166,204). Sum of RGB (Red+Green+Blue) = 3+166+204=373 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #03A6CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A6CC is #FC5933. Grayscale: #797979. Windows color (decimal): -16537908 or 13411843. OLE color: 13411843.

HSL color Cylindrical-coordinate representation of color #03A6CC: hue angle of 191.34º 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 #03A6CC is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 166 204 -
CMYK 0.99 0.19 0 0.2
HSL 191.34º 0.97% 0.41% -
HSV(B) 191.34º 0.99% 0.8% -
XYZ 24.57 31.65 61.94 -
YUV 121.6 174.5 43.41 -
System Red Green Blue C M Y K H S L
Decimal 3 166 204 0.99 0.19 0 0.2 191.34 0.97 0.41
Hex 3 A6 CC 63 13 0 14 BF 61 29
Octal 3 246 314 143 23 0 24 277 141 51
Binary 11 10100110 11001100 1100011 10011 0 10100 10111111 1100001 101001

Color Harmonies of #03A6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A6CC

Black with #03A6CC

Text Example


Text Example

White with #03A6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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