Html Css Color HEX #95DBBB Vista Blue

📋 copy color: '#95DBBB'

red 149 ◦ green 219 ◦ blue 187

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

Shades of Vista Blue #95DBBB

Tints of Vista Blue #95DBBB

RGB

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

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

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

R = 26.85%
G = 39.46%
B = 33.69%

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

#95DBBB (or 0x95DBBB) is known color: Vista Blue. HEX triplet: 95, DB and BB. RGB value is (149,219,187). Sum of RGB (Red+Green+Blue) = 149+219+187=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #95DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DBBB is #6A2444. Grayscale: #C2C2C2. Windows color (decimal): -6956101 or 12311445. OLE color: 12311445.

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

Color convert

RGB 149 219 187 -
CMYK 0.32 0 0.15 0.14
HSL 152.57º 0.49% 0.72% -
HSV(B) 152.57º 0.32% 0.86% -
XYZ 46.7 60.64 56.26 -
YUV 194.42 123.81 95.6 -
System Red Green Blue C M Y K H S L
Decimal 149 219 187 0.32 0 0.15 0.14 152.57 0.49 0.72
Hex 95 DB BB 20 0 F E 99 31 48
Octal 225 333 273 40 0 17 16 231 61 110
Binary 10010101 11011011 10111011 100000 0 1111 1110 10011001 110001 1001000

Color Harmonies of #95DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DBBB

Black with #95DBBB

Text Example


Text Example

White with #95DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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