Html Css Color HEX #95ECBE Vista Blue

📋 copy color: '#95ECBE'

red 149 ◦ green 236 ◦ blue 190

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

Shades of Vista Blue #95ECBE

Tints of Vista Blue #95ECBE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.04%

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

R = 25.91%
G = 41.04%
B = 33.04%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#95ECBE (or 0x95ECBE) is known color: Vista Blue. HEX triplet: 95, EC and BE. RGB value is (149,236,190). Sum of RGB (Red+Green+Blue) = 149+236+190=575 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.91% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #95ECBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95ECBE is #6A1341. Grayscale: #CCCCCC. Windows color (decimal): -6951746 or 12512405. OLE color: 12512405.

HSL color Cylindrical-coordinate representation of color #95ECBE: hue angle of 148.28º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95ECBE is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 236 190 -
CMYK 0.37 0 0.19 0.07
HSL 148.28º 0.7% 0.75% -
HSV(B) 148.28º 0.37% 0.93% -
XYZ 51.68 70.1 59.52 -
YUV 204.74 119.68 88.24 -
System Red Green Blue C M Y K H S L
Decimal 149 236 190 0.37 0 0.19 0.07 148.28 0.7 0.75
Hex 95 EC BE 25 0 13 7 94 46 4B
Octal 225 354 276 45 0 23 7 224 106 113
Binary 10010101 11101100 10111110 100101 0 10011 111 10010100 1000110 1001011

Color Harmonies of #95ECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ECBE

Black with #95ECBE

Text Example


Text Example

White with #95ECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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