Html Css Color HEX #89AFB6 Botticelli

📋 copy color: '#89AFB6'

red 137 ◦ green 175 ◦ blue 182

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

Shades of Botticelli #89AFB6

Tints of Botticelli #89AFB6

RGB

 RED value IS 137 (53.91% from 255) = 27.73%

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

 BLUE value IS 182 (71.48% from 255) = 36.84%

R = 27.73%
G = 35.43%
B = 36.84%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#89AFB6 (or 0x89AFB6) is known color: Botticelli. HEX triplet: 89, AF and B6. RGB value is (137,175,182). Sum of RGB (Red+Green+Blue) = 137+175+182=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 182 (71.48% from 255 or 36.84% from 494); Max value from RGB is 182 - color contains mainly: blue. Hex color #89AFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AFB6 is #765049. Grayscale: #A4A4A4. Windows color (decimal): -7753802 or 11972489. OLE color: 11972489.

HSL color Cylindrical-coordinate representation of color #89AFB6: hue angle of 189.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89AFB6 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 175 182 -
CMYK 0.25 0.04 0 0.29
HSL 189.33º 0.24% 0.63% -
HSV(B) 189.33º 0.25% 0.71% -
XYZ 34.09 39.36 50.06 -
YUV 164.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 137 175 182 0.25 0.04 0 0.29 189.33 0.24 0.63
Hex 89 AF B6 19 4 0 1D BD 18 3F
Octal 211 257 266 31 4 0 35 275 30 77
Binary 10001001 10101111 10110110 11001 100 0 11101 10111101 11000 111111

Color Harmonies of #89AFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AFB6

Black with #89AFB6

Text Example


Text Example

White with #89AFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89AFB6; }

 p { color: rgb(137,175,182); }

 H1.HeaderClassName
 {
   color: #89AFB6;
 }
 .AnyTagClassName
 {
   color: #89AFB6;
 }
</style>

background-color css

<style>
 a { background-color: #89AFB6; }

 a { background-color: rgb(137,175,182); }

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

border-color css

<style>
 span { border-color: #89AFB6; }

 span { border-color: rgb(137,175,182); }

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