Html Css Color HEX #03A3DB Pacific Blue

📋 copy color: '#03A3DB'

red 3 ◦ green 163 ◦ blue 219

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

Shades of Pacific Blue #03A3DB

Tints of Pacific Blue #03A3DB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.34%

 BLUE value IS 219 (85.94% from 255) = 56.88%

R = 0.78%
G = 42.34%
B = 56.88%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#03A3DB (or 0x03A3DB) is known color: Pacific Blue. HEX triplet: 03, A3 and DB. RGB value is (3,163,219). Sum of RGB (Red+Green+Blue) = 3+163+219=385 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #03A3DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A3DB is #FC5C24. Grayscale: #797979. Windows color (decimal): -16538661 or 14394115. OLE color: 14394115.

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

Color convert

RGB 3 163 219 -
CMYK 0.99 0.26 0 0.14
HSL 195.56º 0.97% 0.44% -
HSV(B) 195.56º 0.99% 0.86% -
XYZ 25.92 31.33 71.7 -
YUV 121.54 182.99 43.45 -
System Red Green Blue C M Y K H S L
Decimal 3 163 219 0.99 0.26 0 0.14 195.56 0.97 0.44
Hex 3 A3 DB 63 1A 0 E C4 61 2C
Octal 3 243 333 143 32 0 16 304 141 54
Binary 11 10100011 11011011 1100011 11010 0 1110 11000100 1100001 101100

Color Harmonies of #03A3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A3DB

Black with #03A3DB

Text Example


Text Example

White with #03A3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,163,219); }

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

background-color css

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

 a { background-color: rgb(3,163,219); }

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

border-color css

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

 span { border-color: rgb(3,163,219); }

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