#03A5CE

Color #03A5CE Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #03A5CE

Tints of Pacific Blue #03A5CE

Color information

#03A5CE (or 0x03A5CE) is unknown color: approx Pacific Blue. HEX triplet: 03, A5 and CE. RGB value is (3,165,206). Sum of RGB (Red+Green+Blue) = 3+165+206=374 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #03A5CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A5CE is #FC5A31. Grayscale: #787878. Windows color (decimal): -16538162 or 13542659. OLE color: 13542659.

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

Color convert

RGB3165206-
CMYK0.990.2000.19
HSL192.12º97.13%40.98%-
HSV(B)192.12º98.54%80.78%-
XYZ24.6331.3963.15-
YUV121.24175.8343.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.80%
GREEN value IS 165 (64.84% from 255) = 44.12%
BLUE value IS 206 (80.86% from 255) = 55.08%
R=0.80%
G=44.12%
B=55.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal31652060.990.2000.19192.1297.1340.98
Hex3A5CE6314013c06129
Octal32453161432402330014151
Binary111010010111001110110001110100010011110000001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03A5CE;
 }
 .AnyTagClassName
 {
   color: #03A5CE;
 }
</style>
background-color css

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

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

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

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

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

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