#A5CFBB

Color #A5CFBB Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #A5CFBB

Tints of Vista Blue #A5CFBB

Color information

#A5CFBB (or 0xA5CFBB) is unknown color: approx Vista Blue. HEX triplet: A5, CF and BB. RGB value is (165,207,187). Sum of RGB (Red+Green+Blue) = 165+207+187=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CFBB is #5A3044. Grayscale: #C0C0C0. Windows color (decimal): -5910597 or 12308389. OLE color: 12308389.

HSL color Cylindrical-coordinate representation of color #A5CFBB: hue angle of 151.43º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CFBB is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB165207187-
CMYK0.2000.100.19
HSL151.43º30.43%72.94%-
HSV(B)151.43º20.29%81.18%-
XYZ46.856.2155.4-
YUV192.16125.09108.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.52%
GREEN value IS 207 (81.25% from 255) = 37.03%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=29.52%
G=37.03%
B=33.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1652071870.2000.100.19151.4330.4372.94
HexA5CFBB140A13971e49
Octal245317273240122322736111
Binary10100101110011111011101110100010101001110010111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CFBB; }

 p { color: rgb(165,207,187); }

 H1.HeaderClassName
 {
   color: #A5CFBB;
 }
 .AnyTagClassName
 {
   color: #A5CFBB;
 }
</style>
background-color css

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

 a { background-color: rgb(165,207,187); }

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

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

 span { border-color: rgb(165,207,187); }

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