Html Css Color HEX #88ADBA Botticelli

📋 copy color: '#88ADBA'

red 136 ◦ green 173 ◦ blue 186

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

Shades of Botticelli #88ADBA

Tints of Botticelli #88ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.95%

 BLUE value IS 186 (73.05% from 255) = 37.58%

R = 27.47%
G = 34.95%
B = 37.58%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#88ADBA (or 0x88ADBA) is known color: Botticelli. HEX triplet: 88, AD and BA. RGB value is (136,173,186). Sum of RGB (Red+Green+Blue) = 136+173+186=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #88ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ADBA is #775245. Grayscale: #A3A3A3. Windows color (decimal): -7819846 or 12234120. OLE color: 12234120.

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

Color convert

RGB 136 173 186 -
CMYK 0.27 0.07 0 0.27
HSL 195.6º 0.27% 0.63% -
HSV(B) 195.6º 0.27% 0.73% -
XYZ 33.96 38.67 52.13 -
YUV 163.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 136 173 186 0.27 0.07 0 0.27 195.6 0.27 0.63
Hex 88 AD BA 1B 7 0 1B C4 1B 3F
Octal 210 255 272 33 7 0 33 304 33 77
Binary 10001000 10101101 10111010 11011 111 0 11011 11000100 11011 111111

Color Harmonies of #88ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ADBA

Black with #88ADBA

Text Example


Text Example

White with #88ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,173,186); }

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

background-color css

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

 a { background-color: rgb(136,173,186); }

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

border-color css

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

 span { border-color: rgb(136,173,186); }

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