Html Css Color HEX #95DCC0 Vista Blue

📋 copy color: '#95DCC0'

red 149 ◦ green 220 ◦ blue 192

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

Shades of Vista Blue #95DCC0

Tints of Vista Blue #95DCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.22%

 BLUE value IS 192 (75.39% from 255) = 34.22%

R = 26.56%
G = 39.22%
B = 34.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#95DCC0 (or 0x95DCC0) is known color: Vista Blue. HEX triplet: 95, DC and C0. RGB value is (149,220,192). Sum of RGB (Red+Green+Blue) = 149+220+192=561 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.56% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCC0 is #6A233F. Grayscale: #C3C3C3. Windows color (decimal): -6955840 or 12639381. OLE color: 12639381.

HSL color Cylindrical-coordinate representation of color #95DCC0: hue angle of 156.34º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DCC0 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 220 192 -
CMYK 0.32 0 0.13 0.14
HSL 156.34º 0.5% 0.72% -
HSV(B) 156.34º 0.32% 0.86% -
XYZ 47.5 61.38 59.21 -
YUV 195.58 125.98 94.78 -
System Red Green Blue C M Y K H S L
Decimal 149 220 192 0.32 0 0.13 0.14 156.34 0.5 0.72
Hex 95 DC C0 20 0 D E 9C 32 48
Octal 225 334 300 40 0 15 16 234 62 110
Binary 10010101 11011100 11000000 100000 0 1101 1110 10011100 110010 1001000

Color Harmonies of #95DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DCC0

Black with #95DCC0

Text Example


Text Example

White with #95DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,220,192); }

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

background-color css

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

 a { background-color: rgb(149,220,192); }

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

border-color css

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

 span { border-color: rgb(149,220,192); }

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