Html Css Color HEX #03A5D3 Pacific Blue

📋 copy color: '#03A5D3'

red 3 ◦ green 165 ◦ blue 211

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

Shades of Pacific Blue #03A5D3

Tints of Pacific Blue #03A5D3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.54%

 BLUE value IS 211 (82.81% from 255) = 55.67%

R = 0.79%
G = 43.54%
B = 55.67%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#03A5D3 (or 0x03A5D3) is known color: Pacific Blue. HEX triplet: 03, A5 and D3. RGB value is (3,165,211). Sum of RGB (Red+Green+Blue) = 3+165+211=379 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 211 (82.81% from 255 or 55.67% from 379); Max value from RGB is 211 - color contains mainly: blue. Hex color #03A5D3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A5D3 is #FC5A2C. Grayscale: #797979. Windows color (decimal): -16538157 or 13870339. OLE color: 13870339.

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

Color convert

RGB 3 165 211 -
CMYK 0.99 0.22 0 0.17
HSL 193.27º 0.97% 0.42% -
HSV(B) 193.27º 0.99% 0.83% -
XYZ 25.25 31.63 66.4 -
YUV 121.81 178.33 43.26 -
System Red Green Blue C M Y K H S L
Decimal 3 165 211 0.99 0.22 0 0.17 193.27 0.97 0.42
Hex 3 A5 D3 63 16 0 11 C1 61 2A
Octal 3 245 323 143 26 0 21 301 141 52
Binary 11 10100101 11010011 1100011 10110 0 10001 11000001 1100001 101010

Color Harmonies of #03A5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A5D3

Black with #03A5D3

Text Example


Text Example

White with #03A5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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