Html Css Color HEX #ABDCC2 Vista Blue

📋 copy color: '#ABDCC2'

red 171 ◦ green 220 ◦ blue 194

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

Shades of Vista Blue #ABDCC2

Tints of Vista Blue #ABDCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.16%

R = 29.23%
G = 37.61%
B = 33.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#ABDCC2 (or 0xABDCC2) is known color: Vista Blue. HEX triplet: AB, DC and C2. RGB value is (171,220,194). Sum of RGB (Red+Green+Blue) = 171+220+194=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCC2 is #54233D. Grayscale: #CACACA. Windows color (decimal): -5514046 or 12770475. OLE color: 12770475.

HSL color Cylindrical-coordinate representation of color #ABDCC2: hue angle of 148.16º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDCC2 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 220 194 -
CMYK 0.22 0 0.12 0.14
HSL 148.16º 0.41% 0.77% -
HSV(B) 148.16º 0.22% 0.86% -
XYZ 52.13 63.74 60.59 -
YUV 202.39 123.27 105.61 -
System Red Green Blue C M Y K H S L
Decimal 171 220 194 0.22 0 0.12 0.14 148.16 0.41 0.77
Hex AB DC C2 16 0 C E 94 29 4D
Octal 253 334 302 26 0 14 16 224 51 115
Binary 10101011 11011100 11000010 10110 0 1100 1110 10010100 101001 1001101

Color Harmonies of #ABDCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCC2

Black with #ABDCC2

Text Example


Text Example

White with #ABDCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCC2; }

 p { color: rgb(171,220,194); }

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

background-color css

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

 a { background-color: rgb(171,220,194); }

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

border-color css

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

 span { border-color: rgb(171,220,194); }

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