Html Css Color HEX #03A4D0 Pacific Blue

📋 copy color: '#03A4D0'

red 3 ◦ green 164 ◦ blue 208

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

Shades of Pacific Blue #03A4D0

Tints of Pacific Blue #03A4D0

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.73%

 BLUE value IS 208 (81.64% from 255) = 55.47%

R = 0.8%
G = 43.73%
B = 55.47%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#03A4D0 (or 0x03A4D0) is known color: Pacific Blue. HEX triplet: 03, A4 and D0. RGB value is (3,164,208). Sum of RGB (Red+Green+Blue) = 3+164+208=375 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.8% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 208 (81.64% from 255 or 55.47% from 375); Max value from RGB is 208 - color contains mainly: blue. Hex color #03A4D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A4D0 is #FC5B2F. Grayscale: #787878. Windows color (decimal): -16538416 or 13673475. OLE color: 13673475.

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

Color convert

RGB 3 164 208 -
CMYK 0.99 0.21 0 0.18
HSL 192.88º 0.97% 0.41% -
HSV(B) 192.88º 0.99% 0.82% -
XYZ 24.7 31.12 64.38 -
YUV 120.88 177.16 43.92 -
System Red Green Blue C M Y K H S L
Decimal 3 164 208 0.99 0.21 0 0.18 192.88 0.97 0.41
Hex 3 A4 D0 63 15 0 12 C1 61 29
Octal 3 244 320 143 25 0 22 301 141 51
Binary 11 10100100 11010000 1100011 10101 0 10010 11000001 1100001 101001

Color Harmonies of #03A4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A4D0

Black with #03A4D0

Text Example


Text Example

White with #03A4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,164,208); }

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

background-color css

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

 a { background-color: rgb(3,164,208); }

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

border-color css

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

 span { border-color: rgb(3,164,208); }

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