Html Css Color HEX #88AFB9 Botticelli

📋 copy color: '#88AFB9'

red 136 ◦ green 175 ◦ blue 185

#88AFB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Botticelli #88AFB9

Tints of Botticelli #88AFB9

RGB

 RED value IS 136 (53.52% from 255) = 27.42%

 GREEN value IS 175 (68.75% from 255) = 35.28%

 BLUE value IS 185 (72.66% from 255) = 37.3%

R = 27.42%
G = 35.28%
B = 37.3%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#88AFB9 (or 0x88AFB9) is known color: Botticelli. HEX triplet: 88, AF and B9. RGB value is (136,175,185). Sum of RGB (Red+Green+Blue) = 136+175+185=496 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.42% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 185 - color contains mainly: blue. Hex color #88AFB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AFB9 is #775046. Grayscale: #A4A4A4. Windows color (decimal): -7819335 or 12169096. OLE color: 12169096.

HSL color Cylindrical-coordinate representation of color #88AFB9: hue angle of 192.24º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88AFB9 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 175 185 -
CMYK 0.26 0.05 0 0.27
HSL 192.24º 0.26% 0.63% -
HSV(B) 192.24º 0.26% 0.73% -
XYZ 34.24 39.4 51.7 -
YUV 164.48 139.58 107.69 -
System Red Green Blue C M Y K H S L
Decimal 136 175 185 0.26 0.05 0 0.27 192.24 0.26 0.63
Hex 88 AF B9 1A 5 0 1B C0 1A 3F
Octal 210 257 271 32 5 0 33 300 32 77
Binary 10001000 10101111 10111001 11010 101 0 11011 11000000 11010 111111

Color Harmonies of #88AFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AFB9

Black with #88AFB9

Text Example


Text Example

White with #88AFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88AFB9;
 }
 .AnyTagClassName
 {
   color: #88AFB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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