#88AFB4

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

Shades of Botticelli #88AFB4

Tints of Botticelli #88AFB4

Color information

#88AFB4 (or 0x88AFB4) is unknown color: approx Botticelli. HEX triplet: 88, AF and B4. RGB value is (136,175,180). Sum of RGB (Red+Green+Blue) = 136+175+180=491 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.70% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 180 - color contains mainly: blue. Hex color #88AFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AFB4 is #77504B. Grayscale: #A3A3A3. Windows color (decimal): -7819340 or 11841416. OLE color: 11841416.

HSL color Cylindrical-coordinate representation of color #88AFB4: hue angle of 186.82º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88AFB4 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB136175180-
CMYK0.240.0300.29
HSL186.82º22.68%61.96%-
HSV(B)186.82º24.44%70.59%-
XYZ33.7239.1948.97-
YUV163.91137.08108.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.70%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 180 (70.70% from 255) = 36.66%
R=27.70%
G=35.64%
B=36.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361751800.240.0300.29186.8222.6861.96
Hex88AFB418301Dbb173e
Octal2102572643030352732776
Binary10001000101011111011010011000110111011011101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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