Html Css Color HEX #0399CC Pacific Blue

📋 copy color: '#0399CC'

red 3 ◦ green 153 ◦ blue 204

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

Shades of Pacific Blue #0399CC

Tints of Pacific Blue #0399CC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.5%

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

R = 0.83%
G = 42.5%
B = 56.67%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0399CC (or 0x0399CC) is known color: Pacific Blue. HEX triplet: 03, 99 and CC. RGB value is (3,153,204). Sum of RGB (Red+Green+Blue) = 3+153+204=360 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #0399CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0399CC is #FC6633. Grayscale: #717171. Windows color (decimal): -16541236 or 13408515. OLE color: 13408515.

HSL color Cylindrical-coordinate representation of color #0399CC: hue angle of 195.22º 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 #0399CC is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 153 204 -
CMYK 0.99 0.25 0 0.2
HSL 195.22º 0.97% 0.41% -
HSV(B) 195.22º 0.99% 0.8% -
XYZ 22.33 27.16 61.19 -
YUV 113.96 178.81 48.85 -
System Red Green Blue C M Y K H S L
Decimal 3 153 204 0.99 0.25 0 0.2 195.22 0.97 0.41
Hex 3 99 CC 63 19 0 14 C3 61 29
Octal 3 231 314 143 31 0 24 303 141 51
Binary 11 10011001 11001100 1100011 11001 0 10100 11000011 1100001 101001

Color Harmonies of #0399CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0399CC

Black with #0399CC

Text Example


Text Example

White with #0399CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0399CC; }

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

 H1.HeaderClassName
 {
   color: #0399CC;
 }
 .AnyTagClassName
 {
   color: #0399CC;
 }
</style>

background-color css

<style>
 a { background-color: #0399CC; }

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

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

border-color css

<style>
 span { border-color: #0399CC; }

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

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