Html Css Color HEX #99DCAE Vista Blue

📋 copy color: '#99DCAE'

red 153 ◦ green 220 ◦ blue 174

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

Shades of Vista Blue #99DCAE

Tints of Vista Blue #99DCAE

RGB

 RED value IS 153 (60.16% from 255) = 27.97%

 GREEN value IS 220 (86.33% from 255) = 40.22%

 BLUE value IS 174 (68.36% from 255) = 31.81%

R = 27.97%
G = 40.22%
B = 31.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#99DCAE (or 0x99DCAE) is known color: Vista Blue. HEX triplet: 99, DC and AE. RGB value is (153,220,174). Sum of RGB (Red+Green+Blue) = 153+220+174=547 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.97% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DCAE is #662351. Grayscale: #C2C2C2. Windows color (decimal): -6693714 or 11459737. OLE color: 11459737.

HSL color Cylindrical-coordinate representation of color #99DCAE: hue angle of 138.81º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DCAE is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 220 174 -
CMYK 0.30 0 0.21 0.14
HSL 138.81º 0.49% 0.73% -
HSV(B) 138.81º 0.3% 0.86% -
XYZ 46.37 61.01 49.38 -
YUV 194.72 116.3 98.24 -
System Red Green Blue C M Y K H S L
Decimal 153 220 174 0.30 0 0.21 0.14 138.81 0.49 0.73
Hex 99 DC AE 1E 0 15 E 8B 31 49
Octal 231 334 256 36 0 25 16 213 61 111
Binary 10011001 11011100 10101110 11110 0 10101 1110 10001011 110001 1001001

Color Harmonies of #99DCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DCAE

Black with #99DCAE

Text Example


Text Example

White with #99DCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99DCAE; }

 p { color: rgb(153,220,174); }

 H1.HeaderClassName
 {
   color: #99DCAE;
 }
 .AnyTagClassName
 {
   color: #99DCAE;
 }
</style>

background-color css

<style>
 a { background-color: #99DCAE; }

 a { background-color: rgb(153,220,174); }

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

border-color css

<style>
 span { border-color: #99DCAE; }

 span { border-color: rgb(153,220,174); }

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