Html Css Color HEX #95DFBE Vista Blue

📋 copy color: '#95DFBE'

red 149 ◦ green 223 ◦ blue 190

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

Shades of Vista Blue #95DFBE

Tints of Vista Blue #95DFBE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.68%

 BLUE value IS 190 (74.61% from 255) = 33.81%

R = 26.51%
G = 39.68%
B = 33.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#95DFBE (or 0x95DFBE) is known color: Vista Blue. HEX triplet: 95, DF and BE. RGB value is (149,223,190). Sum of RGB (Red+Green+Blue) = 149+223+190=562 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.51% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 223 - color contains mainly: green. Hex color #95DFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DFBE is #6A2041. Grayscale: #C5C5C5. Windows color (decimal): -6955074 or 12509077. OLE color: 12509077.

HSL color Cylindrical-coordinate representation of color #95DFBE: hue angle of 153.24º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DFBE is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 223 190 -
CMYK 0.33 0 0.15 0.13
HSL 153.24º 0.54% 0.73% -
HSV(B) 153.24º 0.33% 0.87% -
XYZ 48.08 62.88 58.32 -
YUV 197.11 123.98 93.68 -
System Red Green Blue C M Y K H S L
Decimal 149 223 190 0.33 0 0.15 0.13 153.24 0.54 0.73
Hex 95 DF BE 21 0 F D 99 36 49
Octal 225 337 276 41 0 17 15 231 66 111
Binary 10010101 11011111 10111110 100001 0 1111 1101 10011001 110110 1001001

Color Harmonies of #95DFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DFBE

Black with #95DFBE

Text Example


Text Example

White with #95DFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,223,190); }

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

background-color css

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

 a { background-color: rgb(149,223,190); }

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

border-color css

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

 span { border-color: rgb(149,223,190); }

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