#8ADBB0

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

Shades of Vista Blue #8ADBB0

Tints of Vista Blue #8ADBB0

Color information

#8ADBB0 (or 0x8ADBB0) is unknown color: approx Vista Blue. HEX triplet: 8A, DB and B0. RGB value is (138,219,176). Sum of RGB (Red+Green+Blue) = 138+219+176=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADBB0 is #75244F. Grayscale: #BDBDBD. Windows color (decimal): -7677008 or 11590538. OLE color: 11590538.

HSL color Cylindrical-coordinate representation of color #8ADBB0: hue angle of 148.15º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADBB0 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB138219176-
CMYK0.3700.200.14
HSL148.15º52.94%70%-
HSV(B)148.15º36.99%85.88%-
XYZ43.6559.250.2-
YUV189.88120.1691-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.89%
GREEN value IS 219 (85.94% from 255) = 41.09%
BLUE value IS 176 (69.14% from 255) = 33.02%
R=25.89%
G=41.09%
B=33.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382191760.3700.200.14148.1552.9470
Hex8ADBB025014E943546
Octal212333260450241622465106
Binary1000101011011011101100001001010101001110100101001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ADBB0; }

 p { color: rgb(138,219,176); }

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

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

 a { background-color: rgb(138,219,176); }

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

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

 span { border-color: rgb(138,219,176); }

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