Html Css Color HEX #03A6DB Pacific Blue

📋 copy color: '#03A6DB'

red 3 ◦ green 166 ◦ blue 219

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

Shades of Pacific Blue #03A6DB

Tints of Pacific Blue #03A6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.78%

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

R = 0.77%
G = 42.78%
B = 56.44%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#03A6DB (or 0x03A6DB) is known color: Pacific Blue. HEX triplet: 03, A6 and DB. RGB value is (3,166,219). Sum of RGB (Red+Green+Blue) = 3+166+219=388 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #03A6DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A6DB is #FC5924. Grayscale: #7A7A7A. Windows color (decimal): -16537893 or 14394883. OLE color: 14394883.

HSL color Cylindrical-coordinate representation of color #03A6DB: hue angle of 194.72º 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 #03A6DB is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 166 219 -
CMYK 0.99 0.24 0 0.14
HSL 194.72º 0.97% 0.44% -
HSV(B) 194.72º 0.99% 0.86% -
XYZ 26.46 32.41 71.88 -
YUV 123.31 182 42.19 -
System Red Green Blue C M Y K H S L
Decimal 3 166 219 0.99 0.24 0 0.14 194.72 0.97 0.44
Hex 3 A6 DB 63 18 0 E C3 61 2C
Octal 3 246 333 143 30 0 16 303 141 54
Binary 11 10100110 11011011 1100011 11000 0 1110 11000011 1100001 101100

Color Harmonies of #03A6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A6DB

Black with #03A6DB

Text Example


Text Example

White with #03A6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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