Html Css Color HEX #93AFB5 Botticelli

📋 copy color: '#93AFB5'

red 147 ◦ green 175 ◦ blue 181

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

Shades of Botticelli #93AFB5

Tints of Botticelli #93AFB5

RGB

 RED value IS 147 (57.81% from 255) = 29.22%

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

 BLUE value IS 181 (71.09% from 255) = 35.98%

R = 29.22%
G = 34.79%
B = 35.98%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#93AFB5 (or 0x93AFB5) is known color: Botticelli. HEX triplet: 93, AF and B5. RGB value is (147,175,181). Sum of RGB (Red+Green+Blue) = 147+175+181=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 181 - color contains mainly: blue. Hex color #93AFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AFB5 is #6C504A. Grayscale: #A7A7A7. Windows color (decimal): -7098443 or 11906963. OLE color: 11906963.

HSL color Cylindrical-coordinate representation of color #93AFB5: hue angle of 190.59º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #93AFB5 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 175 181 -
CMYK 0.19 0.03 0 0.29
HSL 190.59º 0.19% 0.64% -
HSV(B) 190.59º 0.19% 0.71% -
XYZ 35.7 40.2 49.59 -
YUV 167.31 135.72 113.51 -
System Red Green Blue C M Y K H S L
Decimal 147 175 181 0.19 0.03 0 0.29 190.59 0.19 0.64
Hex 93 AF B5 13 3 0 1D BF 13 40
Octal 223 257 265 23 3 0 35 277 23 100
Binary 10010011 10101111 10110101 10011 11 0 11101 10111111 10011 1000000

Color Harmonies of #93AFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AFB5

Black with #93AFB5

Text Example


Text Example

White with #93AFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93AFB5; }

 p { color: rgb(147,175,181); }

 H1.HeaderClassName
 {
   color: #93AFB5;
 }
 .AnyTagClassName
 {
   color: #93AFB5;
 }
</style>

background-color css

<style>
 a { background-color: #93AFB5; }

 a { background-color: rgb(147,175,181); }

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

border-color css

<style>
 span { border-color: #93AFB5; }

 span { border-color: rgb(147,175,181); }

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