Html Css Color HEX #A1DBBB Vista Blue

📋 copy color: '#A1DBBB'

red 161 ◦ green 219 ◦ blue 187

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

Shades of Vista Blue #A1DBBB

Tints of Vista Blue #A1DBBB

RGB

 RED value IS 161 (63.28% from 255) = 28.4%

 GREEN value IS 219 (85.94% from 255) = 38.62%

 BLUE value IS 187 (73.44% from 255) = 32.98%

R = 28.4%
G = 38.62%
B = 32.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#A1DBBB (or 0xA1DBBB) is known color: Vista Blue. HEX triplet: A1, DB and BB. RGB value is (161,219,187). Sum of RGB (Red+Green+Blue) = 161+219+187=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DBBB is #5E2444. Grayscale: #C6C6C6. Windows color (decimal): -6169669 or 12311457. OLE color: 12311457.

HSL color Cylindrical-coordinate representation of color #A1DBBB: hue angle of 146.9º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DBBB is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 219 187 -
CMYK 0.26 0 0.15 0.14
HSL 146.9º 0.45% 0.75% -
HSV(B) 146.9º 0.26% 0.86% -
XYZ 49 61.83 56.37 -
YUV 198.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 161 219 187 0.26 0 0.15 0.14 146.9 0.45 0.75
Hex A1 DB BB 1A 0 F E 93 2D 4B
Octal 241 333 273 32 0 17 16 223 55 113
Binary 10100001 11011011 10111011 11010 0 1111 1110 10010011 101101 1001011

Color Harmonies of #A1DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DBBB

Black with #A1DBBB

Text Example


Text Example

White with #A1DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DBBB; }

 p { color: rgb(161,219,187); }

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

background-color css

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

 a { background-color: rgb(161,219,187); }

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

border-color css

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

 span { border-color: rgb(161,219,187); }

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