Html Css Color HEX #0399DF Pacific Blue

📋 copy color: '#0399DF'

red 3 ◦ green 153 ◦ blue 223

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

Shades of Pacific Blue #0399DF

Tints of Pacific Blue #0399DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.84%

R = 0.79%
G = 40.37%
B = 58.84%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0399DF (or 0x0399DF) is known color: Pacific Blue. HEX triplet: 03, 99 and DF. RGB value is (3,153,223). Sum of RGB (Red+Green+Blue) = 3+153+223=379 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #0399DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0399DF is #FC6620. Grayscale: #737373. Windows color (decimal): -16541217 or 14653699. OLE color: 14653699.

HSL color Cylindrical-coordinate representation of color #0399DF: hue angle of 199.09º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0399DF is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 153 223 -
CMYK 0.99 0.31 0 0.13
HSL 199.09º 0.97% 0.44% -
HSV(B) 199.09º 0.99% 0.87% -
XYZ 24.75 28.13 73.94 -
YUV 116.13 188.31 47.31 -
System Red Green Blue C M Y K H S L
Decimal 3 153 223 0.99 0.31 0 0.13 199.09 0.97 0.44
Hex 3 99 DF 63 1F 0 D C7 61 2C
Octal 3 231 337 143 37 0 15 307 141 54
Binary 11 10011001 11011111 1100011 11111 0 1101 11000111 1100001 101100

Color Harmonies of #0399DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0399DF

Black with #0399DF

Text Example


Text Example

White with #0399DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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