Html Css Color HEX #8FAEB3 Botticelli

📋 copy color: '#8FAEB3'

red 143 ◦ green 174 ◦ blue 179

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

Shades of Botticelli #8FAEB3

Tints of Botticelli #8FAEB3

RGB

 RED value IS 143 (56.25% from 255) = 28.83%

 GREEN value IS 174 (68.36% from 255) = 35.08%

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

R = 28.83%
G = 35.08%
B = 36.09%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8FAEB3 (or 0x8FAEB3) is known color: Botticelli. HEX triplet: 8F, AE and B3. RGB value is (143,174,179). Sum of RGB (Red+Green+Blue) = 143+174+179=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 179 - color contains mainly: blue. Hex color #8FAEB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAEB3 is #70514C. Grayscale: #A5A5A5. Windows color (decimal): -7360845 or 11775631. OLE color: 11775631.

HSL color Cylindrical-coordinate representation of color #8FAEB3: hue angle of 188.33º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8FAEB3 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 143 174 179 -
CMYK 0.20 0.03 0 0.30
HSL 188.33º 0.19% 0.63% -
HSV(B) 188.33º 0.2% 0.7% -
XYZ 34.6 39.37 48.42 -
YUV 165.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 143 174 179 0.20 0.03 0 0.30 188.33 0.19 0.63
Hex 8F AE B3 14 3 0 1E BC 13 3F
Octal 217 256 263 24 3 0 36 274 23 77
Binary 10001111 10101110 10110011 10100 11 0 11110 10111100 10011 111111

Color Harmonies of #8FAEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAEB3

Black with #8FAEB3

Text Example


Text Example

White with #8FAEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FAEB3; }

 p { color: rgb(143,174,179); }

 H1.HeaderClassName
 {
   color: #8FAEB3;
 }
 .AnyTagClassName
 {
   color: #8FAEB3;
 }
</style>

background-color css

<style>
 a { background-color: #8FAEB3; }

 a { background-color: rgb(143,174,179); }

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

border-color css

<style>
 span { border-color: #8FAEB3; }

 span { border-color: rgb(143,174,179); }

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