Html Css Color HEX #95DCBF Vista Blue

📋 copy color: '#95DCBF'

red 149 ◦ green 220 ◦ blue 191

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

Shades of Vista Blue #95DCBF

Tints of Vista Blue #95DCBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.11%

R = 26.61%
G = 39.29%
B = 34.11%

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

#95DCBF (or 0x95DCBF) is known color: Vista Blue. HEX triplet: 95, DC and BF. RGB value is (149,220,191). Sum of RGB (Red+Green+Blue) = 149+220+191=560 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.61% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCBF is #6A2340. Grayscale: #C3C3C3. Windows color (decimal): -6955841 or 12573845. OLE color: 12573845.

HSL color Cylindrical-coordinate representation of color #95DCBF: hue angle of 155.49º 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 #95DCBF is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 220 191 -
CMYK 0.32 0 0.13 0.14
HSL 155.49º 0.5% 0.72% -
HSV(B) 155.49º 0.32% 0.86% -
XYZ 47.39 61.34 58.63 -
YUV 195.47 125.48 94.86 -
System Red Green Blue C M Y K H S L
Decimal 149 220 191 0.32 0 0.13 0.14 155.49 0.5 0.72
Hex 95 DC BF 20 0 D E 9B 32 48
Octal 225 334 277 40 0 15 16 233 62 110
Binary 10010101 11011100 10111111 100000 0 1101 1110 10011011 110010 1001000

Color Harmonies of #95DCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DCBF

Black with #95DCBF

Text Example


Text Example

White with #95DCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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