#88AFBF

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

Shades of Botticelli #88AFBF

Tints of Botticelli #88AFBF

Color information

#88AFBF (or 0x88AFBF) is unknown color: approx Botticelli. HEX triplet: 88, AF and BF. RGB value is (136,175,191). Sum of RGB (Red+Green+Blue) = 136+175+191=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #88AFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AFBF is #775040. Grayscale: #A5A5A5. Windows color (decimal): -7819329 or 12562312. OLE color: 12562312.

HSL color Cylindrical-coordinate representation of color #88AFBF: hue angle of 197.45º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88AFBF is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136175191-
CMYK0.290.0800.25
HSL197.45º30.05%64.12%-
HSV(B)197.45º28.8%74.9%-
XYZ34.8939.6655.11-
YUV165.16142.58107.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.09%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 191 (75% from 255) = 38.05%
R=27.09%
G=34.86%
B=38.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361751910.290.0800.25197.4530.0564.12
Hex88AFBF1D8019c51e40
Octal210257277351003130536100
Binary10001000101011111011111111101100001100111000101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88AFBF; }

 p { color: rgb(136,175,191); }

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

<style>
 a { background-color: #88AFBF; }

 a { background-color: rgb(136,175,191); }

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

<style>
 span { border-color: #88AFBF; }

 span { border-color: rgb(136,175,191); }

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