Html Css Color HEX #95DCBB Vista Blue

📋 copy color: '#95DCBB'

red 149 ◦ green 220 ◦ blue 187

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

Shades of Vista Blue #95DCBB

Tints of Vista Blue #95DCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.63%

R = 26.8%
G = 39.57%
B = 33.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#95DCBB (or 0x95DCBB) is known color: Vista Blue. HEX triplet: 95, DC and BB. RGB value is (149,220,187). Sum of RGB (Red+Green+Blue) = 149+220+187=556 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.80% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCBB is #6A2344. Grayscale: #C3C3C3. Windows color (decimal): -6955845 or 12311701. OLE color: 12311701.

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

Color convert

RGB 149 220 187 -
CMYK 0.32 0 0.15 0.14
HSL 152.11º 0.5% 0.72% -
HSV(B) 152.11º 0.32% 0.86% -
XYZ 46.96 61.16 56.34 -
YUV 195.01 123.48 95.18 -
System Red Green Blue C M Y K H S L
Decimal 149 220 187 0.32 0 0.15 0.14 152.11 0.5 0.72
Hex 95 DC BB 20 0 F E 98 32 48
Octal 225 334 273 40 0 17 16 230 62 110
Binary 10010101 11011100 10111011 100000 0 1111 1110 10011000 110010 1001000

Color Harmonies of #95DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DCBB

Black with #95DCBB

Text Example


Text Example

White with #95DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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