Html Css Color HEX #85ABB8 Botticelli

📋 copy color: '#85ABB8'

red 133 ◦ green 171 ◦ blue 184

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

Shades of Botticelli #85ABB8

Tints of Botticelli #85ABB8

RGB

 RED value IS 133 (52.34% from 255) = 27.25%

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

 BLUE value IS 184 (72.27% from 255) = 37.7%

R = 27.25%
G = 35.04%
B = 37.7%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#85ABB8 (or 0x85ABB8) is known color: Botticelli. HEX triplet: 85, AB and B8. RGB value is (133,171,184). Sum of RGB (Red+Green+Blue) = 133+171+184=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 184 - color contains mainly: blue. Hex color #85ABB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABB8 is #7A5447. Grayscale: #A1A1A1. Windows color (decimal): -8016968 or 12102533. OLE color: 12102533.

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

Color convert

RGB 133 171 184 -
CMYK 0.28 0.07 0 0.28
HSL 195.29º 0.26% 0.62% -
HSV(B) 195.29º 0.28% 0.72% -
XYZ 32.89 37.57 50.87 -
YUV 161.12 140.91 107.94 -
System Red Green Blue C M Y K H S L
Decimal 133 171 184 0.28 0.07 0 0.28 195.29 0.26 0.62
Hex 85 AB B8 1C 7 0 1C C3 1A 3E
Octal 205 253 270 34 7 0 34 303 32 76
Binary 10000101 10101011 10111000 11100 111 0 11100 11000011 11010 111110

Color Harmonies of #85ABB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ABB8

Black with #85ABB8

Text Example


Text Example

White with #85ABB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85ABB8; }

 p { color: rgb(133,171,184); }

 H1.HeaderClassName
 {
   color: #85ABB8;
 }
 .AnyTagClassName
 {
   color: #85ABB8;
 }
</style>

background-color css

<style>
 a { background-color: #85ABB8; }

 a { background-color: rgb(133,171,184); }

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

border-color css

<style>
 span { border-color: #85ABB8; }

 span { border-color: rgb(133,171,184); }

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