Html Css Color HEX #99CEAC Vista Blue

📋 copy color: '#99CEAC'

red 153 ◦ green 206 ◦ blue 172

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

Shades of Vista Blue #99CEAC

Tints of Vista Blue #99CEAC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.79%

 BLUE value IS 172 (67.58% from 255) = 32.39%

R = 28.81%
G = 38.79%
B = 32.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#99CEAC (or 0x99CEAC) is known color: Vista Blue. HEX triplet: 99, CE and AC. RGB value is (153,206,172). Sum of RGB (Red+Green+Blue) = 153+206+172=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #99CEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CEAC is #663153. Grayscale: #BABABA. Windows color (decimal): -6697300 or 11325081. OLE color: 11325081.

HSL color Cylindrical-coordinate representation of color #99CEAC: hue angle of 141.51º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CEAC is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 206 172 -
CMYK 0.26 0 0.17 0.19
HSL 141.51º 0.35% 0.7% -
HSV(B) 141.51º 0.26% 0.81% -
XYZ 42.65 53.89 47.18 -
YUV 186.28 119.94 104.26 -
System Red Green Blue C M Y K H S L
Decimal 153 206 172 0.26 0 0.17 0.19 141.51 0.35 0.7
Hex 99 CE AC 1A 0 11 13 8E 23 46
Octal 231 316 254 32 0 21 23 216 43 106
Binary 10011001 11001110 10101100 11010 0 10001 10011 10001110 100011 1000110

Color Harmonies of #99CEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CEAC

Black with #99CEAC

Text Example


Text Example

White with #99CEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,206,172); }

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

background-color css

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

 a { background-color: rgb(153,206,172); }

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

border-color css

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

 span { border-color: rgb(153,206,172); }

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