Html Css Color HEX #03A1CE Pacific Blue

📋 copy color: '#03A1CE'

red 3 ◦ green 161 ◦ blue 206

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

Shades of Pacific Blue #03A1CE

Tints of Pacific Blue #03A1CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.68%

R = 0.81%
G = 43.51%
B = 55.68%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#03A1CE (or 0x03A1CE) is known color: Pacific Blue. HEX triplet: 03, A1 and CE. RGB value is (3,161,206). Sum of RGB (Red+Green+Blue) = 3+161+206=370 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #03A1CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A1CE is #FC5E31. Grayscale: #767676. Windows color (decimal): -16539186 or 13541635. OLE color: 13541635.

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

Color convert

RGB 3 161 206 -
CMYK 0.99 0.22 0 0.19
HSL 193.3º 0.97% 0.41% -
HSV(B) 193.3º 0.99% 0.81% -
XYZ 23.92 29.97 62.92 -
YUV 118.89 177.15 45.34 -
System Red Green Blue C M Y K H S L
Decimal 3 161 206 0.99 0.22 0 0.19 193.3 0.97 0.41
Hex 3 A1 CE 63 16 0 13 C1 61 29
Octal 3 241 316 143 26 0 23 301 141 51
Binary 11 10100001 11001110 1100011 10110 0 10011 11000001 1100001 101001

Color Harmonies of #03A1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A1CE

Black with #03A1CE

Text Example


Text Example

White with #03A1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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