Html Css Color HEX #039DD8 Pacific Blue

📋 copy color: '#039DD8'

red 3 ◦ green 157 ◦ blue 216

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

Shades of Pacific Blue #039DD8

Tints of Pacific Blue #039DD8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.76%

 BLUE value IS 216 (84.77% from 255) = 57.45%

R = 0.8%
G = 41.76%
B = 57.45%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#039DD8 (or 0x039DD8) is known color: Pacific Blue. HEX triplet: 03, 9D and D8. RGB value is (3,157,216). Sum of RGB (Red+Green+Blue) = 3+157+216=376 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 216 (84.77% from 255 or 57.45% from 376); Max value from RGB is 216 - color contains mainly: blue. Hex color #039DD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039DD8 is #FC6227. Grayscale: #757575. Windows color (decimal): -16540200 or 14195971. OLE color: 14195971.

HSL color Cylindrical-coordinate representation of color #039DD8: hue angle of 196.62º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039DD8 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 3 157 216 -
CMYK 0.99 0.27 0 0.15
HSL 196.62º 0.97% 0.43% -
HSV(B) 196.62º 0.99% 0.85% -
XYZ 24.49 29.09 69.29 -
YUV 117.68 183.48 46.2 -
System Red Green Blue C M Y K H S L
Decimal 3 157 216 0.99 0.27 0 0.15 196.62 0.97 0.43
Hex 3 9D D8 63 1B 0 F C5 61 2B
Octal 3 235 330 143 33 0 17 305 141 53
Binary 11 10011101 11011000 1100011 11011 0 1111 11000101 1100001 101011

Color Harmonies of #039DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039DD8

Black with #039DD8

Text Example


Text Example

White with #039DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039DD8; }

 p { color: rgb(3,157,216); }

 H1.HeaderClassName
 {
   color: #039DD8;
 }
 .AnyTagClassName
 {
   color: #039DD8;
 }
</style>

background-color css

<style>
 a { background-color: #039DD8; }

 a { background-color: rgb(3,157,216); }

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

border-color css

<style>
 span { border-color: #039DD8; }

 span { border-color: rgb(3,157,216); }

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