Html Css Color HEX #03A0CB Pacific Blue

📋 copy color: '#03A0CB'

red 3 ◦ green 160 ◦ blue 203

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

Shades of Pacific Blue #03A0CB

Tints of Pacific Blue #03A0CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.46%

R = 0.82%
G = 43.72%
B = 55.46%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#03A0CB (or 0x03A0CB) is known color: Pacific Blue. HEX triplet: 03, A0 and CB. RGB value is (3,160,203). Sum of RGB (Red+Green+Blue) = 3+160+203=366 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #03A0CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A0CB is #FC5F34. Grayscale: #757575. Windows color (decimal): -16539445 or 13344771. OLE color: 13344771.

HSL color Cylindrical-coordinate representation of color #03A0CB: hue angle of 192.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A0CB is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 160 203 -
CMYK 0.99 0.21 0 0.20
HSL 192.9º 0.97% 0.4% -
HSV(B) 192.9º 0.99% 0.8% -
XYZ 23.39 29.47 60.96 -
YUV 117.96 175.99 46 -
System Red Green Blue C M Y K H S L
Decimal 3 160 203 0.99 0.21 0 0.20 192.9 0.97 0.4
Hex 3 A0 CB 63 15 0 14 C1 61 28
Octal 3 240 313 143 25 0 24 301 141 50
Binary 11 10100000 11001011 1100011 10101 0 10100 11000001 1100001 101000

Color Harmonies of #03A0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A0CB

Black with #03A0CB

Text Example


Text Example

White with #03A0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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