Html Css Color HEX #0399D5 Pacific Blue

📋 copy color: '#0399D5'

red 3 ◦ green 153 ◦ blue 213

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

Shades of Pacific Blue #0399D5

Tints of Pacific Blue #0399D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 57.72%

R = 0.81%
G = 41.46%
B = 57.72%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0399D5 (or 0x0399D5) is known color: Pacific Blue. HEX triplet: 03, 99 and D5. RGB value is (3,153,213). Sum of RGB (Red+Green+Blue) = 3+153+213=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 213 (83.59% from 255 or 57.72% from 369); Max value from RGB is 213 - color contains mainly: blue. Hex color #0399D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0399D5 is #FC662A. Grayscale: #727272. Windows color (decimal): -16541227 or 13998339. OLE color: 13998339.

HSL color Cylindrical-coordinate representation of color #0399D5: hue angle of 197.14º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0399D5 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 3 153 213 -
CMYK 0.99 0.28 0 0.16
HSL 197.14º 0.97% 0.42% -
HSV(B) 197.14º 0.99% 0.84% -
XYZ 23.44 27.61 67.04 -
YUV 114.99 183.31 48.12 -
System Red Green Blue C M Y K H S L
Decimal 3 153 213 0.99 0.28 0 0.16 197.14 0.97 0.42
Hex 3 99 D5 63 1C 0 10 C5 61 2A
Octal 3 231 325 143 34 0 20 305 141 52
Binary 11 10011001 11010101 1100011 11100 0 10000 11000101 1100001 101010

Color Harmonies of #0399D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0399D5

Black with #0399D5

Text Example


Text Example

White with #0399D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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