Html Css Color HEX #0399BE Pacific Blue

📋 copy color: '#0399BE'

red 3 ◦ green 153 ◦ blue 190

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

Shades of Pacific Blue #0399BE

Tints of Pacific Blue #0399BE

RGB

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

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

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

R = 0.87%
G = 44.22%
B = 54.91%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0399BE (or 0x0399BE) is known color: Pacific Blue. HEX triplet: 03, 99 and BE. RGB value is (3,153,190). Sum of RGB (Red+Green+Blue) = 3+153+190=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #0399BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0399BE is #FC6641. Grayscale: #707070. Windows color (decimal): -16541250 or 12491011. OLE color: 12491011.

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

Color convert

RGB 3 153 190 -
CMYK 0.98 0.19 0 0.25
HSL 191.87º 0.97% 0.38% -
HSV(B) 191.87º 0.98% 0.75% -
XYZ 20.72 26.52 52.74 -
YUV 112.37 171.81 49.99 -
System Red Green Blue C M Y K H S L
Decimal 3 153 190 0.98 0.19 0 0.25 191.87 0.97 0.38
Hex 3 99 BE 62 13 0 19 C0 61 26
Octal 3 231 276 142 23 0 31 300 141 46
Binary 11 10011001 10111110 1100010 10011 0 11001 11000000 1100001 100110

Color Harmonies of #0399BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0399BE

Black with #0399BE

Text Example


Text Example

White with #0399BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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