Html Css Color HEX #8FBCC8 Botticelli

📋 copy color: '#8FBCC8'

red 143 ◦ green 188 ◦ blue 200

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

Shades of Botticelli #8FBCC8

Tints of Botticelli #8FBCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.66%

R = 26.93%
G = 35.4%
B = 37.66%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8FBCC8 (or 0x8FBCC8) is known color: Botticelli. HEX triplet: 8F, BC and C8. RGB value is (143,188,200). Sum of RGB (Red+Green+Blue) = 143+188+200=531 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.93% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 200 - color contains mainly: blue. Hex color #8FBCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCC8 is #704337. Grayscale: #AFAFAF. Windows color (decimal): -7357240 or 13155471. OLE color: 13155471.

HSL color Cylindrical-coordinate representation of color #8FBCC8: hue angle of 192.63º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FBCC8 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 143 188 200 -
CMYK 0.28 0.06 0 0.22
HSL 192.63º 0.34% 0.67% -
HSV(B) 192.63º 0.29% 0.78% -
XYZ 39.74 45.98 61.42 -
YUV 175.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 143 188 200 0.28 0.06 0 0.22 192.63 0.34 0.67
Hex 8F BC C8 1C 6 0 16 C1 22 43
Octal 217 274 310 34 6 0 26 301 42 103
Binary 10001111 10111100 11001000 11100 110 0 10110 11000001 100010 1000011

Color Harmonies of #8FBCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBCC8

Black with #8FBCC8

Text Example


Text Example

White with #8FBCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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