Html Css Color HEX #85A9B3 Botticelli

📋 copy color: '#85A9B3'

red 133 ◦ green 169 ◦ blue 179

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

Shades of Botticelli #85A9B3

Tints of Botticelli #85A9B3

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.14%

 BLUE value IS 179 (70.31% from 255) = 37.21%

R = 27.65%
G = 35.14%
B = 37.21%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#85A9B3 (or 0x85A9B3) is known color: Botticelli. HEX triplet: 85, A9 and B3. RGB value is (133,169,179). Sum of RGB (Red+Green+Blue) = 133+169+179=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 179 - color contains mainly: blue. Hex color #85A9B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A9B3 is #7A564C. Grayscale: #9F9F9F. Windows color (decimal): -8017485 or 11774341. OLE color: 11774341.

HSL color Cylindrical-coordinate representation of color #85A9B3: hue angle of 193.04º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85A9B3 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 169 179 -
CMYK 0.26 0.06 0 0.30
HSL 193.04º 0.23% 0.61% -
HSV(B) 193.04º 0.26% 0.7% -
XYZ 32 36.62 48.03 -
YUV 159.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 133 169 179 0.26 0.06 0 0.30 193.04 0.23 0.61
Hex 85 A9 B3 1A 6 0 1E C1 17 3D
Octal 205 251 263 32 6 0 36 301 27 75
Binary 10000101 10101001 10110011 11010 110 0 11110 11000001 10111 111101

Color Harmonies of #85A9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A9B3

Black with #85A9B3

Text Example


Text Example

White with #85A9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,169,179); }

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

background-color css

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

 a { background-color: rgb(133,169,179); }

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

border-color css

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

 span { border-color: rgb(133,169,179); }

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