Html Css Color HEX #8FB1B8 Botticelli

📋 copy color: '#8FB1B8'

red 143 ◦ green 177 ◦ blue 184

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

Shades of Botticelli #8FB1B8

Tints of Botticelli #8FB1B8

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.12%

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

R = 28.37%
G = 35.12%
B = 36.51%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8FB1B8 (or 0x8FB1B8) is known color: Botticelli. HEX triplet: 8F, B1 and B8. RGB value is (143,177,184). Sum of RGB (Red+Green+Blue) = 143+177+184=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 184 - color contains mainly: blue. Hex color #8FB1B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB1B8 is #704E47. Grayscale: #A7A7A7. Windows color (decimal): -7360072 or 12104079. OLE color: 12104079.

HSL color Cylindrical-coordinate representation of color #8FB1B8: hue angle of 190.24º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8FB1B8 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 143 177 184 -
CMYK 0.22 0.04 0 0.28
HSL 190.24º 0.22% 0.64% -
HSV(B) 190.24º 0.22% 0.72% -
XYZ 35.7 40.74 51.33 -
YUV 167.63 137.24 110.43 -
System Red Green Blue C M Y K H S L
Decimal 143 177 184 0.22 0.04 0 0.28 190.24 0.22 0.64
Hex 8F B1 B8 16 4 0 1C BE 16 40
Octal 217 261 270 26 4 0 34 276 26 100
Binary 10001111 10110001 10111000 10110 100 0 11100 10111110 10110 1000000

Color Harmonies of #8FB1B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB1B8

Black with #8FB1B8

Text Example


Text Example

White with #8FB1B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,177,184); }

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

background-color css

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

 a { background-color: rgb(143,177,184); }

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

border-color css

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

 span { border-color: rgb(143,177,184); }

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