Html Css Color HEX #95FAB6 Vista Blue

📋 copy color: '#95FAB6'

red 149 ◦ green 250 ◦ blue 182

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

Shades of Vista Blue #95FAB6

Tints of Vista Blue #95FAB6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.03%

 BLUE value IS 182 (71.48% from 255) = 31.33%

R = 25.65%
G = 43.03%
B = 31.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#95FAB6 (or 0x95FAB6) is known color: Vista Blue. HEX triplet: 95, FA and B6. RGB value is (149,250,182). Sum of RGB (Red+Green+Blue) = 149+250+182=581 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.65% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FAB6 is #6A0549. Grayscale: #D4D4D4. Windows color (decimal): -6948170 or 11991701. OLE color: 11991701.

HSL color Cylindrical-coordinate representation of color #95FAB6: hue angle of 139.6º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95FAB6 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 250 182 -
CMYK 0.40 0 0.27 0.02
HSL 139.6º 0.91% 0.78% -
HSV(B) 139.6º 0.4% 0.98% -
XYZ 55.02 78.14 56.44 -
YUV 212.05 111.04 83.03 -
System Red Green Blue C M Y K H S L
Decimal 149 250 182 0.40 0 0.27 0.02 139.6 0.91 0.78
Hex 95 FA B6 28 0 1B 2 8C 5B 4E
Octal 225 372 266 50 0 33 2 214 133 116
Binary 10010101 11111010 10110110 101000 0 11011 10 10001100 1011011 1001110

Color Harmonies of #95FAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FAB6

Black with #95FAB6

Text Example


Text Example

White with #95FAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,250,182); }

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

background-color css

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

 a { background-color: rgb(149,250,182); }

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

border-color css

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

 span { border-color: rgb(149,250,182); }

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