#95AFB6

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

Shades of Botticelli #95AFB6

Tints of Botticelli #95AFB6

Color information

#95AFB6 (or 0x95AFB6) is unknown color: approx Botticelli. HEX triplet: 95, AF and B6. RGB value is (149,175,182). Sum of RGB (Red+Green+Blue) = 149+175+182=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 182 - color contains mainly: blue. Hex color #95AFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AFB6 is #6A5049. Grayscale: #A7A7A7. Windows color (decimal): -6967370 or 11972501. OLE color: 11972501.

HSL color Cylindrical-coordinate representation of color #95AFB6: hue angle of 192.73º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95AFB6 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB149175182-
CMYK0.180.0400.29
HSL192.73º18.44%64.9%-
HSV(B)192.73º18.13%71.37%-
XYZ36.1740.4350.15-
YUV168.02135.89114.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.45%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 182 (71.48% from 255) = 35.97%
R=29.45%
G=34.58%
B=35.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491751820.180.0400.29192.7318.4464.9
Hex95AFB612401Dc11241
Octal22525726622403530122101
Binary1001010110101111101101101001010001110111000001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,175,182); }

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

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

 a { background-color: rgb(149,175,182); }

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

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

 span { border-color: rgb(149,175,182); }

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