Html Css Color HEX #03A5DF Pacific Blue

📋 copy color: '#03A5DF'

red 3 ◦ green 165 ◦ blue 223

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

Shades of Pacific Blue #03A5DF

Tints of Pacific Blue #03A5DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.03%

R = 0.77%
G = 42.2%
B = 57.03%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#03A5DF (or 0x03A5DF) is known color: Pacific Blue. HEX triplet: 03, A5 and DF. RGB value is (3,165,223). Sum of RGB (Red+Green+Blue) = 3+165+223=391 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #03A5DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A5DF is #FC5A20. Grayscale: #7A7A7A. Windows color (decimal): -16538145 or 14656771. OLE color: 14656771.

HSL color Cylindrical-coordinate representation of color #03A5DF: hue angle of 195.82º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A5DF is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 165 223 -
CMYK 0.99 0.26 0 0.13
HSL 195.82º 0.97% 0.44% -
HSV(B) 195.82º 0.99% 0.87% -
XYZ 26.81 32.26 74.63 -
YUV 123.17 184.33 42.28 -
System Red Green Blue C M Y K H S L
Decimal 3 165 223 0.99 0.26 0 0.13 195.82 0.97 0.44
Hex 3 A5 DF 63 1A 0 D C4 61 2C
Octal 3 245 337 143 32 0 15 304 141 54
Binary 11 10100101 11011111 1100011 11010 0 1101 11000100 1100001 101100

Color Harmonies of #03A5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A5DF

Black with #03A5DF

Text Example


Text Example

White with #03A5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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