Html Css Color HEX #039DDD Pacific Blue

📋 copy color: '#039DDD'

red 3 ◦ green 157 ◦ blue 221

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

Shades of Pacific Blue #039DDD

Tints of Pacific Blue #039DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.01%

R = 0.79%
G = 41.21%
B = 58.01%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#039DDD (or 0x039DDD) is known color: Pacific Blue. HEX triplet: 03, 9D and DD. RGB value is (3,157,221). Sum of RGB (Red+Green+Blue) = 3+157+221=381 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #039DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039DDD is #FC6222. Grayscale: #757575. Windows color (decimal): -16540195 or 14523651. OLE color: 14523651.

HSL color Cylindrical-coordinate representation of color #039DDD: hue angle of 197.61º 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 #039DDD is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 157 221 -
CMYK 0.99 0.29 0 0.13
HSL 197.61º 0.97% 0.44% -
HSV(B) 197.61º 0.99% 0.87% -
XYZ 25.15 29.35 72.75 -
YUV 118.25 185.98 45.8 -
System Red Green Blue C M Y K H S L
Decimal 3 157 221 0.99 0.29 0 0.13 197.61 0.97 0.44
Hex 3 9D DD 63 1D 0 D C6 61 2C
Octal 3 235 335 143 35 0 15 306 141 54
Binary 11 10011101 11011101 1100011 11101 0 1101 11000110 1100001 101100

Color Harmonies of #039DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039DDD

Black with #039DDD

Text Example


Text Example

White with #039DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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