Html Css Color HEX #95C8AF Vista Blue

📋 copy color: '#95C8AF'

red 149 ◦ green 200 ◦ blue 175

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

Shades of Vista Blue #95C8AF

Tints of Vista Blue #95C8AF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.17%

 BLUE value IS 175 (68.75% from 255) = 33.4%

R = 28.44%
G = 38.17%
B = 33.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#95C8AF (or 0x95C8AF) is known color: Vista Blue. HEX triplet: 95, C8 and AF. RGB value is (149,200,175). Sum of RGB (Red+Green+Blue) = 149+200+175=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 200 - color contains mainly: green. Hex color #95C8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C8AF is #6A3750. Grayscale: #B5B5B5. Windows color (decimal): -6960977 or 11520149. OLE color: 11520149.

HSL color Cylindrical-coordinate representation of color #95C8AF: hue angle of 150.59º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95C8AF is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 200 175 -
CMYK 0.26 0 0.12 0.22
HSL 150.59º 0.32% 0.68% -
HSV(B) 150.59º 0.26% 0.78% -
XYZ 40.79 50.79 48.21 -
YUV 181.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 149 200 175 0.26 0 0.12 0.22 150.59 0.32 0.68
Hex 95 C8 AF 1A 0 C 16 97 20 44
Octal 225 310 257 32 0 14 26 227 40 104
Binary 10010101 11001000 10101111 11010 0 1100 10110 10010111 100000 1000100

Color Harmonies of #95C8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C8AF

Black with #95C8AF

Text Example


Text Example

White with #95C8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,200,175); }

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

background-color css

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

 a { background-color: rgb(149,200,175); }

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

border-color css

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

 span { border-color: rgb(149,200,175); }

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