Html Css Color HEX #ABDDC1 Vista Blue

📋 copy color: '#ABDDC1'

red 171 ◦ green 221 ◦ blue 193

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

Shades of Vista Blue #ABDDC1

Tints of Vista Blue #ABDDC1

RGB

 RED value IS 171 (67.19% from 255) = 29.23%

 GREEN value IS 221 (86.72% from 255) = 37.78%

 BLUE value IS 193 (75.78% from 255) = 32.99%

R = 29.23%
G = 37.78%
B = 32.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#ABDDC1 (or 0xABDDC1) is known color: Vista Blue. HEX triplet: AB, DD and C1. RGB value is (171,221,193). Sum of RGB (Red+Green+Blue) = 171+221+193=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDC1 is #54223E. Grayscale: #CACACA. Windows color (decimal): -5513791 or 12705195. OLE color: 12705195.

HSL color Cylindrical-coordinate representation of color #ABDDC1: hue angle of 146.4º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDDC1 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 221 193 -
CMYK 0.23 0 0.13 0.13
HSL 146.4º 0.42% 0.77% -
HSV(B) 146.4º 0.23% 0.87% -
XYZ 52.28 64.22 60.09 -
YUV 202.86 122.44 105.28 -
System Red Green Blue C M Y K H S L
Decimal 171 221 193 0.23 0 0.13 0.13 146.4 0.42 0.77
Hex AB DD C1 17 0 D D 92 2A 4D
Octal 253 335 301 27 0 15 15 222 52 115
Binary 10101011 11011101 11000001 10111 0 1101 1101 10010010 101010 1001101

Color Harmonies of #ABDDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDC1

Black with #ABDDC1

Text Example


Text Example

White with #ABDDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDC1; }

 p { color: rgb(171,221,193); }

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

background-color css

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

 a { background-color: rgb(171,221,193); }

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

border-color css

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

 span { border-color: rgb(171,221,193); }

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