Html Css Color HEX #729FAA Neptune

📋 copy color: '#729FAA'

red 114 ◦ green 159 ◦ blue 170

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

Shades of Neptune #729FAA

Tints of Neptune #729FAA

RGB

 RED value IS 114 (44.92% from 255) = 25.73%

 GREEN value IS 159 (62.5% from 255) = 35.89%

 BLUE value IS 170 (66.8% from 255) = 38.37%

R = 25.73%
G = 35.89%
B = 38.37%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#729FAA (or 0x729FAA) is known color: Neptune. HEX triplet: 72, 9F and AA. RGB value is (114,159,170). Sum of RGB (Red+Green+Blue) = 114+159+170=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #729FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729FAA is #8D6055. Grayscale: #929292. Windows color (decimal): -9265238 or 11181938. OLE color: 11181938.

HSL color Cylindrical-coordinate representation of color #729FAA: hue angle of 191.79º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #729FAA is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 159 170 -
CMYK 0.33 0.06 0 0.33
HSL 191.79º 0.25% 0.56% -
HSV(B) 191.79º 0.33% 0.67% -
XYZ 26.59 31.28 42.67 -
YUV 146.8 141.09 104.61 -
System Red Green Blue C M Y K H S L
Decimal 114 159 170 0.33 0.06 0 0.33 191.79 0.25 0.56
Hex 72 9F AA 21 6 0 21 C0 19 38
Octal 162 237 252 41 6 0 41 300 31 70
Binary 1110010 10011111 10101010 100001 110 0 100001 11000000 11001 111000

Color Harmonies of #729FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729FAA

Black with #729FAA

Text Example


Text Example

White with #729FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729FAA; }

 p { color: rgb(114,159,170); }

 H1.HeaderClassName
 {
   color: #729FAA;
 }
 .AnyTagClassName
 {
   color: #729FAA;
 }
</style>

background-color css

<style>
 a { background-color: #729FAA; }

 a { background-color: rgb(114,159,170); }

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

border-color css

<style>
 span { border-color: #729FAA; }

 span { border-color: rgb(114,159,170); }

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