Html Css Color HEX #95D0B2 Vista Blue

📋 copy color: '#95D0B2'

red 149 ◦ green 208 ◦ blue 178

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

Shades of Vista Blue #95D0B2

Tints of Vista Blue #95D0B2

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.88%

 BLUE value IS 178 (69.92% from 255) = 33.27%

R = 27.85%
G = 38.88%
B = 33.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#95D0B2 (or 0x95D0B2) is known color: Vista Blue. HEX triplet: 95, D0 and B2. RGB value is (149,208,178). Sum of RGB (Red+Green+Blue) = 149+208+178=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #95D0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D0B2 is #6A2F4D. Grayscale: #BBBBBB. Windows color (decimal): -6958926 or 11718805. OLE color: 11718805.

HSL color Cylindrical-coordinate representation of color #95D0B2: hue angle of 149.49º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95D0B2 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 208 178 -
CMYK 0.28 0 0.14 0.18
HSL 149.49º 0.39% 0.7% -
HSV(B) 149.49º 0.28% 0.82% -
XYZ 42.99 54.72 50.42 -
YUV 186.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 149 208 178 0.28 0 0.14 0.18 149.49 0.39 0.7
Hex 95 D0 B2 1C 0 E 12 95 27 46
Octal 225 320 262 34 0 16 22 225 47 106
Binary 10010101 11010000 10110010 11100 0 1110 10010 10010101 100111 1000110

Color Harmonies of #95D0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D0B2

Black with #95D0B2

Text Example


Text Example

White with #95D0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,208,178); }

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

background-color css

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

 a { background-color: rgb(149,208,178); }

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

border-color css

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

 span { border-color: rgb(149,208,178); }

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