Html Css Color HEX #03A8CC Pacific Blue

📋 copy color: '#03A8CC'

red 3 ◦ green 168 ◦ blue 204

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

Shades of Pacific Blue #03A8CC

Tints of Pacific Blue #03A8CC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.8%

 BLUE value IS 204 (80.08% from 255) = 54.4%

R = 0.8%
G = 44.8%
B = 54.4%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#03A8CC (or 0x03A8CC) is known color: Pacific Blue. HEX triplet: 03, A8 and CC. RGB value is (3,168,204). Sum of RGB (Red+Green+Blue) = 3+168+204=375 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.8% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #03A8CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A8CC is #FC5733. Grayscale: #7A7A7A. Windows color (decimal): -16537396 or 13412355. OLE color: 13412355.

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

Color convert

RGB 3 168 204 -
CMYK 0.99 0.18 0 0.2
HSL 190.75º 0.97% 0.41% -
HSV(B) 190.75º 0.99% 0.8% -
XYZ 24.94 32.38 62.06 -
YUV 122.77 173.84 42.57 -
System Red Green Blue C M Y K H S L
Decimal 3 168 204 0.99 0.18 0 0.2 190.75 0.97 0.41
Hex 3 A8 CC 63 12 0 14 BF 61 29
Octal 3 250 314 143 22 0 24 277 141 51
Binary 11 10101000 11001100 1100011 10010 0 10100 10111111 1100001 101001

Color Harmonies of #03A8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A8CC

Black with #03A8CC

Text Example


Text Example

White with #03A8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,168,204); }

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

background-color css

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

 a { background-color: rgb(3,168,204); }

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

border-color css

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

 span { border-color: rgb(3,168,204); }

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