#95BFA9

Color #95BFA9 Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #95BFA9

Tints of Skeptic #95BFA9

Color information

#95BFA9 (or 0x95BFA9) is unknown color: approx Skeptic. HEX triplet: 95, BF and A9. RGB value is (149,191,169). Sum of RGB (Red+Green+Blue) = 149+191+169=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 191 - color contains mainly: green. Hex color #95BFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BFA9 is #6A4056. Grayscale: #AFAFAF. Windows color (decimal): -6963287 or 11124629. OLE color: 11124629.

HSL color Cylindrical-coordinate representation of color #95BFA9: hue angle of 148.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95BFA9 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB149191169-
CMYK0.2200.120.25
HSL148.57º24.71%66.67%-
HSV(B)148.57º21.99%74.9%-
XYZ38.1946.5244.5-
YUV175.93124.09108.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.27%
GREEN value IS 191 (75% from 255) = 37.52%
BLUE value IS 169 (66.41% from 255) = 33.20%
R=29.27%
G=37.52%
B=33.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491911690.2200.120.25148.5724.7166.67
Hex95BFA9160C19951943
Octal225277251260143122531103
Binary10010101101111111010100110110011001100110010101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95BFA9;
 }
 .AnyTagClassName
 {
   color: #95BFA9;
 }
</style>
background-color css

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

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

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

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

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

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