Html Css Color HEX #0399CE Pacific Blue

📋 copy color: '#0399CE'

red 3 ◦ green 153 ◦ blue 206

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

Shades of Pacific Blue #0399CE

Tints of Pacific Blue #0399CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.91%

R = 0.83%
G = 42.27%
B = 56.91%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0399CE (or 0x0399CE) is known color: Pacific Blue. HEX triplet: 03, 99 and CE. RGB value is (3,153,206). Sum of RGB (Red+Green+Blue) = 3+153+206=362 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #0399CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0399CE is #FC6631. Grayscale: #717171. Windows color (decimal): -16541234 or 13539587. OLE color: 13539587.

HSL color Cylindrical-coordinate representation of color #0399CE: hue angle of 195.67º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0399CE is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 153 206 -
CMYK 0.99 0.26 0 0.19
HSL 195.67º 0.97% 0.41% -
HSV(B) 195.67º 0.99% 0.81% -
XYZ 22.57 27.26 62.46 -
YUV 114.19 179.81 48.69 -
System Red Green Blue C M Y K H S L
Decimal 3 153 206 0.99 0.26 0 0.19 195.67 0.97 0.41
Hex 3 99 CE 63 1A 0 13 C4 61 29
Octal 3 231 316 143 32 0 23 304 141 51
Binary 11 10011001 11001110 1100011 11010 0 10011 11000100 1100001 101001

Color Harmonies of #0399CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0399CE

Black with #0399CE

Text Example


Text Example

White with #0399CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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