Html Css Color HEX #03A0E1 Pacific Blue

📋 copy color: '#03A0E1'

red 3 ◦ green 160 ◦ blue 225

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

Shades of Pacific Blue #03A0E1

Tints of Pacific Blue #03A0E1

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.24%

 BLUE value IS 225 (88.28% from 255) = 57.99%

R = 0.77%
G = 41.24%
B = 57.99%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#03A0E1 (or 0x03A0E1) is known color: Pacific Blue. HEX triplet: 03, A0 and E1. RGB value is (3,160,225). Sum of RGB (Red+Green+Blue) = 3+160+225=388 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 225 (88.28% from 255 or 57.99% from 388); Max value from RGB is 225 - color contains mainly: blue. Hex color #03A0E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A0E1 is #FC5F1E. Grayscale: #787878. Windows color (decimal): -16539423 or 14786563. OLE color: 14786563.

HSL color Cylindrical-coordinate representation of color #03A0E1: hue angle of 197.57º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A0E1 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 160 225 -
CMYK 0.99 0.29 0 0.12
HSL 197.57º 0.97% 0.45% -
HSV(B) 197.57º 0.99% 0.88% -
XYZ 26.2 30.6 75.76 -
YUV 120.47 186.99 44.21 -
System Red Green Blue C M Y K H S L
Decimal 3 160 225 0.99 0.29 0 0.12 197.57 0.97 0.45
Hex 3 A0 E1 63 1D 0 C C6 61 2D
Octal 3 240 341 143 35 0 14 306 141 55
Binary 11 10100000 11100001 1100011 11101 0 1100 11000110 1100001 101101

Color Harmonies of #03A0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A0E1

Black with #03A0E1

Text Example


Text Example

White with #03A0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,160,225); }

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

background-color css

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

 a { background-color: rgb(3,160,225); }

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

border-color css

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

 span { border-color: rgb(3,160,225); }

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