Html Css Color HEX #039ADC Pacific Blue

📋 copy color: '#039ADC'

red 3 ◦ green 154 ◦ blue 220

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

Shades of Pacific Blue #039ADC

Tints of Pacific Blue #039ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.85%

 BLUE value IS 220 (86.33% from 255) = 58.36%

R = 0.8%
G = 40.85%
B = 58.36%

CMYK

 C value IS 0.99

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#039ADC (or 0x039ADC) is known color: Pacific Blue. HEX triplet: 03, 9A and DC. RGB value is (3,154,220). Sum of RGB (Red+Green+Blue) = 3+154+220=377 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #039ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039ADC is #FC6523. Grayscale: #737373. Windows color (decimal): -16540964 or 14457347. OLE color: 14457347.

HSL color Cylindrical-coordinate representation of color #039ADC: hue angle of 198.25º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039ADC is Cyan = 0.99, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 154 220 -
CMYK 0.99 0.3 0 0.14
HSL 198.25º 0.97% 0.44% -
HSV(B) 198.25º 0.99% 0.86% -
XYZ 24.51 28.3 71.88 -
YUV 116.38 186.47 47.13 -
System Red Green Blue C M Y K H S L
Decimal 3 154 220 0.99 0.3 0 0.14 198.25 0.97 0.44
Hex 3 9A DC 63 1E 0 E C6 61 2C
Octal 3 232 334 143 36 0 16 306 141 54
Binary 11 10011010 11011100 1100011 11110 0 1110 11000110 1100001 101100

Color Harmonies of #039ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039ADC

Black with #039ADC

Text Example


Text Example

White with #039ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,154,220); }

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

background-color css

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

 a { background-color: rgb(3,154,220); }

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

border-color css

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

 span { border-color: rgb(3,154,220); }

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