Html Css Color HEX #03A1CC Pacific Blue

📋 copy color: '#03A1CC'

red 3 ◦ green 161 ◦ blue 204

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

Shades of Pacific Blue #03A1CC

Tints of Pacific Blue #03A1CC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.75%

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

R = 0.82%
G = 43.75%
B = 55.43%

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

#03A1CC (or 0x03A1CC) is known color: Pacific Blue. HEX triplet: 03, A1 and CC. RGB value is (3,161,204). Sum of RGB (Red+Green+Blue) = 3+161+204=368 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #03A1CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A1CC is #FC5E33. Grayscale: #767676. Windows color (decimal): -16539188 or 13410563. OLE color: 13410563.

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

Color convert

RGB 3 161 204 -
CMYK 0.99 0.21 0 0.2
HSL 192.84º 0.97% 0.41% -
HSV(B) 192.84º 0.99% 0.8% -
XYZ 23.68 29.87 61.64 -
YUV 118.66 176.15 45.5 -
System Red Green Blue C M Y K H S L
Decimal 3 161 204 0.99 0.21 0 0.2 192.84 0.97 0.41
Hex 3 A1 CC 63 15 0 14 C1 61 29
Octal 3 241 314 143 25 0 24 301 141 51
Binary 11 10100001 11001100 1100011 10101 0 10100 11000001 1100001 101001

Color Harmonies of #03A1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A1CC

Black with #03A1CC

Text Example


Text Example

White with #03A1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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