Html Css Color HEX #95F0BE Vista Blue

📋 copy color: '#95F0BE'

red 149 ◦ green 240 ◦ blue 190

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

Shades of Vista Blue #95F0BE

Tints of Vista Blue #95F0BE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.45%

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

R = 25.73%
G = 41.45%
B = 32.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#95F0BE (or 0x95F0BE) is known color: Vista Blue. HEX triplet: 95, F0 and BE. RGB value is (149,240,190). Sum of RGB (Red+Green+Blue) = 149+240+190=579 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.73% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 240 - color contains mainly: green. Hex color #95F0BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F0BE is #6A0F41. Grayscale: #CFCFCF. Windows color (decimal): -6950722 or 12513429. OLE color: 12513429.

HSL color Cylindrical-coordinate representation of color #95F0BE: hue angle of 147.03º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F0BE is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 240 190 -
CMYK 0.38 0 0.21 0.06
HSL 147.03º 0.75% 0.76% -
HSV(B) 147.03º 0.38% 0.94% -
XYZ 52.85 72.43 59.91 -
YUV 207.09 118.35 86.57 -
System Red Green Blue C M Y K H S L
Decimal 149 240 190 0.38 0 0.21 0.06 147.03 0.75 0.76
Hex 95 F0 BE 26 0 15 6 93 4B 4C
Octal 225 360 276 46 0 25 6 223 113 114
Binary 10010101 11110000 10111110 100110 0 10101 110 10010011 1001011 1001100

Color Harmonies of #95F0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F0BE

Black with #95F0BE

Text Example


Text Example

White with #95F0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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