Html Css Color HEX #03A3CB Pacific Blue

📋 copy color: '#03A3CB'

red 3 ◦ green 163 ◦ blue 203

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

Shades of Pacific Blue #03A3CB

Tints of Pacific Blue #03A3CB

RGB

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

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

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

R = 0.81%
G = 44.17%
B = 55.01%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#03A3CB (or 0x03A3CB) is known color: Pacific Blue. HEX triplet: 03, A3 and CB. RGB value is (3,163,203). Sum of RGB (Red+Green+Blue) = 3+163+203=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #03A3CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A3CB is #FC5C34. Grayscale: #777777. Windows color (decimal): -16538677 or 13345539. OLE color: 13345539.

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

Color convert

RGB 3 163 203 -
CMYK 0.99 0.20 0 0.20
HSL 192º 0.97% 0.4% -
HSV(B) 192º 0.99% 0.8% -
XYZ 23.91 30.53 61.13 -
YUV 119.72 174.99 44.75 -
System Red Green Blue C M Y K H S L
Decimal 3 163 203 0.99 0.20 0 0.20 192 0.97 0.4
Hex 3 A3 CB 63 14 0 14 C0 61 28
Octal 3 243 313 143 24 0 24 300 141 50
Binary 11 10100011 11001011 1100011 10100 0 10100 11000000 1100001 101000

Color Harmonies of #03A3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A3CB

Black with #03A3CB

Text Example


Text Example

White with #03A3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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