Html Css Color HEX #99CAAB Vista Blue

📋 copy color: '#99CAAB'

red 153 ◦ green 202 ◦ blue 171

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

Shades of Vista Blue #99CAAB

Tints of Vista Blue #99CAAB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.4%

 BLUE value IS 171 (67.19% from 255) = 32.51%

R = 29.09%
G = 38.4%
B = 32.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#99CAAB (or 0x99CAAB) is known color: Vista Blue. HEX triplet: 99, CA and AB. RGB value is (153,202,171). Sum of RGB (Red+Green+Blue) = 153+202+171=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #99CAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CAAB is #663554. Grayscale: #B7B7B7. Windows color (decimal): -6698325 or 11258521. OLE color: 11258521.

HSL color Cylindrical-coordinate representation of color #99CAAB: hue angle of 142.04º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99CAAB is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 202 171 -
CMYK 0.24 0 0.15 0.21
HSL 142.04º 0.32% 0.7% -
HSV(B) 142.04º 0.24% 0.79% -
XYZ 41.61 51.95 46.36 -
YUV 183.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 153 202 171 0.24 0 0.15 0.21 142.04 0.32 0.7
Hex 99 CA AB 18 0 F 15 8E 20 46
Octal 231 312 253 30 0 17 25 216 40 106
Binary 10011001 11001010 10101011 11000 0 1111 10101 10001110 100000 1000110

Color Harmonies of #99CAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CAAB

Black with #99CAAB

Text Example


Text Example

White with #99CAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,202,171); }

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

background-color css

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

 a { background-color: rgb(153,202,171); }

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

border-color css

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

 span { border-color: rgb(153,202,171); }

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