#88AFB5

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

Shades of Botticelli #88AFB5

Tints of Botticelli #88AFB5

Color information

#88AFB5 (or 0x88AFB5) is unknown color: approx Botticelli. HEX triplet: 88, AF and B5. RGB value is (136,175,181). Sum of RGB (Red+Green+Blue) = 136+175+181=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 181 - color contains mainly: blue. Hex color #88AFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AFB5 is #77504A. Grayscale: #A3A3A3. Windows color (decimal): -7819339 or 11906952. OLE color: 11906952.

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

Color convert

RGB136175181-
CMYK0.250.0300.29
HSL188º23.32%62.16%-
HSV(B)188º24.86%70.98%-
XYZ33.8239.2349.51-
YUV164.02137.58108.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.64%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 181 (71.09% from 255) = 36.79%
R=27.64%
G=35.57%
B=36.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361751810.250.0300.2918823.3262.16
Hex88AFB519301Dbc173e
Octal2102572653130352742776
Binary10001000101011111011010111001110111011011110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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