Html Css Color HEX #03A0BE Pacific Blue

📋 copy color: '#03A0BE'

red 3 ◦ green 160 ◦ blue 190

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

Shades of Pacific Blue #03A0BE

Tints of Pacific Blue #03A0BE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.33%

 BLUE value IS 190 (74.61% from 255) = 53.82%

R = 0.85%
G = 45.33%
B = 53.82%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#03A0BE (or 0x03A0BE) is known color: Pacific Blue. HEX triplet: 03, A0 and BE. RGB value is (3,160,190). Sum of RGB (Red+Green+Blue) = 3+160+190=353 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #03A0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A0BE is #FC5F41. Grayscale: #747474. Windows color (decimal): -16539458 or 12492803. OLE color: 12492803.

HSL color Cylindrical-coordinate representation of color #03A0BE: hue angle of 189.63º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A0BE is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 160 190 -
CMYK 0.98 0.16 0 0.25
HSL 189.63º 0.97% 0.38% -
HSV(B) 189.63º 0.98% 0.75% -
XYZ 21.9 28.88 53.13 -
YUV 116.48 169.49 47.06 -
System Red Green Blue C M Y K H S L
Decimal 3 160 190 0.98 0.16 0 0.25 189.63 0.97 0.38
Hex 3 A0 BE 62 10 0 19 BE 61 26
Octal 3 240 276 142 20 0 31 276 141 46
Binary 11 10100000 10111110 1100010 10000 0 11001 10111110 1100001 100110

Color Harmonies of #03A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A0BE

Black with #03A0BE

Text Example


Text Example

White with #03A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,160,190); }

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

background-color css

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

 a { background-color: rgb(3,160,190); }

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

border-color css

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

 span { border-color: rgb(3,160,190); }

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