Html Css Color HEX #88ABB7 Botticelli

📋 copy color: '#88ABB7'

red 136 ◦ green 171 ◦ blue 183

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

Shades of Botticelli #88ABB7

Tints of Botticelli #88ABB7

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.9%

 BLUE value IS 183 (71.88% from 255) = 37.35%

R = 27.76%
G = 34.9%
B = 37.35%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#88ABB7 (or 0x88ABB7) is known color: Botticelli. HEX triplet: 88, AB and B7. RGB value is (136,171,183). Sum of RGB (Red+Green+Blue) = 136+171+183=490 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.76% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 183 - color contains mainly: blue. Hex color #88ABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ABB7 is #775448. Grayscale: #A1A1A1. Windows color (decimal): -7820361 or 12037000. OLE color: 12037000.

HSL color Cylindrical-coordinate representation of color #88ABB7: hue angle of 195.32º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88ABB7 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 136 171 183 -
CMYK 0.26 0.07 0 0.28
HSL 195.32º 0.25% 0.63% -
HSV(B) 195.32º 0.26% 0.72% -
XYZ 33.26 37.78 50.34 -
YUV 161.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 136 171 183 0.26 0.07 0 0.28 195.32 0.25 0.63
Hex 88 AB B7 1A 7 0 1C C3 19 3F
Octal 210 253 267 32 7 0 34 303 31 77
Binary 10001000 10101011 10110111 11010 111 0 11100 11000011 11001 111111

Color Harmonies of #88ABB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ABB7

Black with #88ABB7

Text Example


Text Example

White with #88ABB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,171,183); }

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

background-color css

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

 a { background-color: rgb(136,171,183); }

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

border-color css

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

 span { border-color: rgb(136,171,183); }

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