Html Css Color HEX #8FBCBE Botticelli

📋 copy color: '#8FBCBE'

red 143 ◦ green 188 ◦ blue 190

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

Shades of Botticelli #8FBCBE

Tints of Botticelli #8FBCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.08%

 BLUE value IS 190 (74.61% from 255) = 36.47%

R = 27.45%
G = 36.08%
B = 36.47%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8FBCBE (or 0x8FBCBE) is known color: Botticelli. HEX triplet: 8F, BC and BE. RGB value is (143,188,190). Sum of RGB (Red+Green+Blue) = 143+188+190=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #8FBCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCBE is #704341. Grayscale: #AEAEAE. Windows color (decimal): -7357250 or 12500111. OLE color: 12500111.

HSL color Cylindrical-coordinate representation of color #8FBCBE: hue angle of 182.55º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8FBCBE is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 188 190 -
CMYK 0.25 0.01 0 0.25
HSL 182.55º 0.27% 0.65% -
HSV(B) 182.55º 0.25% 0.75% -
XYZ 38.61 45.52 55.47 -
YUV 174.77 136.59 105.34 -
System Red Green Blue C M Y K H S L
Decimal 143 188 190 0.25 0.01 0 0.25 182.55 0.27 0.65
Hex 8F BC BE 19 1 0 19 B7 1B 41
Octal 217 274 276 31 1 0 31 267 33 101
Binary 10001111 10111100 10111110 11001 1 0 11001 10110111 11011 1000001

Color Harmonies of #8FBCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBCBE

Black with #8FBCBE

Text Example


Text Example

White with #8FBCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,188,190); }

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

background-color css

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

 a { background-color: rgb(143,188,190); }

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

border-color css

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

 span { border-color: rgb(143,188,190); }

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