Html Css Color HEX #95D8BA Vista Blue

📋 copy color: '#95D8BA'

red 149 ◦ green 216 ◦ blue 186

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

Shades of Vista Blue #95D8BA

Tints of Vista Blue #95D8BA

RGB

 RED value IS 149 (58.59% from 255) = 27.04%

 GREEN value IS 216 (84.77% from 255) = 39.2%

 BLUE value IS 186 (73.05% from 255) = 33.76%

R = 27.04%
G = 39.2%
B = 33.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#95D8BA (or 0x95D8BA) is known color: Vista Blue. HEX triplet: 95, D8 and BA. RGB value is (149,216,186). Sum of RGB (Red+Green+Blue) = 149+216+186=551 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.04% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 216 - color contains mainly: green. Hex color #95D8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D8BA is #6A2745. Grayscale: #C0C0C0. Windows color (decimal): -6956870 or 12245141. OLE color: 12245141.

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

Color convert

RGB 149 216 186 -
CMYK 0.31 0 0.14 0.15
HSL 153.13º 0.46% 0.72% -
HSV(B) 153.13º 0.31% 0.85% -
XYZ 45.81 59.05 55.44 -
YUV 192.55 124.3 96.94 -
System Red Green Blue C M Y K H S L
Decimal 149 216 186 0.31 0 0.14 0.15 153.13 0.46 0.72
Hex 95 D8 BA 1F 0 E F 99 2E 48
Octal 225 330 272 37 0 16 17 231 56 110
Binary 10010101 11011000 10111010 11111 0 1110 1111 10011001 101110 1001000

Color Harmonies of #95D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D8BA

Black with #95D8BA

Text Example


Text Example

White with #95D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,216,186); }

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

background-color css

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

 a { background-color: rgb(149,216,186); }

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

border-color css

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

 span { border-color: rgb(149,216,186); }

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