#95DBBB

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

Shades of Vista Blue #95DBBB

Tints of Vista Blue #95DBBB

Color information

#95DBBB (or 0x95DBBB) is unknown color: approx Vista Blue. HEX triplet: 95, DB and BB. RGB value is (149,219,187). Sum of RGB (Red+Green+Blue) = 149+219+187=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #95DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DBBB is #6A2444. Grayscale: #C2C2C2. Windows color (decimal): -6956101 or 12311445. OLE color: 12311445.

HSL color Cylindrical-coordinate representation of color #95DBBB: hue angle of 152.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DBBB is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB149219187-
CMYK0.3200.150.14
HSL152.57º49.3%72.16%-
HSV(B)152.57º31.96%85.88%-
XYZ46.760.6456.26-
YUV194.42123.8195.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.85%
GREEN value IS 219 (85.94% from 255) = 39.46%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=26.85%
G=39.46%
B=33.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492191870.3200.150.14152.5749.372.16
Hex95DBBB200FE993148
Octal225333273400171623161110
Binary100101011101101110111011100000011111110100110011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95DBBB; }

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

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

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

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

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

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

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

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