Html Css Color HEX #95DBB2 Vista Blue

📋 copy color: '#95DBB2'

red 149 ◦ green 219 ◦ blue 178

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

Shades of Vista Blue #95DBB2

Tints of Vista Blue #95DBB2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.11%

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

R = 27.29%
G = 40.11%
B = 32.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#95DBB2 (or 0x95DBB2) is known color: Vista Blue. HEX triplet: 95, DB and B2. RGB value is (149,219,178). Sum of RGB (Red+Green+Blue) = 149+219+178=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #95DBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DBB2 is #6A244D. Grayscale: #C1C1C1. Windows color (decimal): -6956110 or 11721621. OLE color: 11721621.

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

Color convert

RGB 149 219 178 -
CMYK 0.32 0 0.19 0.14
HSL 144.86º 0.49% 0.72% -
HSV(B) 144.86º 0.32% 0.86% -
XYZ 45.76 60.27 51.34 -
YUV 193.4 119.31 96.33 -
System Red Green Blue C M Y K H S L
Decimal 149 219 178 0.32 0 0.19 0.14 144.86 0.49 0.72
Hex 95 DB B2 20 0 13 E 91 31 48
Octal 225 333 262 40 0 23 16 221 61 110
Binary 10010101 11011011 10110010 100000 0 10011 1110 10010001 110001 1001000

Color Harmonies of #95DBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DBB2

Black with #95DBB2

Text Example


Text Example

White with #95DBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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