Html Css Color HEX #95DAB8 Vista Blue

📋 copy color: '#95DAB8'

red 149 ◦ green 218 ◦ blue 184

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

Shades of Vista Blue #95DAB8

Tints of Vista Blue #95DAB8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.56%

 BLUE value IS 184 (72.27% from 255) = 33.39%

R = 27.04%
G = 39.56%
B = 33.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#95DAB8 (or 0x95DAB8) is known color: Vista Blue. HEX triplet: 95, DA and B8. RGB value is (149,218,184). Sum of RGB (Red+Green+Blue) = 149+218+184=551 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.04% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #95DAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DAB8 is #6A2547. Grayscale: #C1C1C1. Windows color (decimal): -6956360 or 12114581. OLE color: 12114581.

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

Color convert

RGB 149 218 184 -
CMYK 0.32 0 0.16 0.15
HSL 150.43º 0.48% 0.72% -
HSV(B) 150.43º 0.32% 0.85% -
XYZ 46.12 59.99 54.5 -
YUV 193.49 122.64 96.26 -
System Red Green Blue C M Y K H S L
Decimal 149 218 184 0.32 0 0.16 0.15 150.43 0.48 0.72
Hex 95 DA B8 20 0 10 F 96 30 48
Octal 225 332 270 40 0 20 17 226 60 110
Binary 10010101 11011010 10111000 100000 0 10000 1111 10010110 110000 1001000

Color Harmonies of #95DAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DAB8

Black with #95DAB8

Text Example


Text Example

White with #95DAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,218,184); }

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

background-color css

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

 a { background-color: rgb(149,218,184); }

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

border-color css

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

 span { border-color: rgb(149,218,184); }

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