Html Css Color HEX #8EB3C1 Botticelli

📋 copy color: '#8EB3C1'

red 142 ◦ green 179 ◦ blue 193

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

Shades of Botticelli #8EB3C1

Tints of Botticelli #8EB3C1

RGB

 RED value IS 142 (55.86% from 255) = 27.63%

 GREEN value IS 179 (70.31% from 255) = 34.82%

 BLUE value IS 193 (75.78% from 255) = 37.55%

R = 27.63%
G = 34.82%
B = 37.55%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8EB3C1 (or 0x8EB3C1) is known color: Botticelli. HEX triplet: 8E, B3 and C1. RGB value is (142,179,193). Sum of RGB (Red+Green+Blue) = 142+179+193=514 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.63% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #8EB3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB3C1 is #714C3E. Grayscale: #A9A9A9. Windows color (decimal): -7425087 or 12694414. OLE color: 12694414.

HSL color Cylindrical-coordinate representation of color #8EB3C1: hue angle of 196.47º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EB3C1 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 179 193 -
CMYK 0.26 0.07 0 0.24
HSL 196.47º 0.29% 0.66% -
HSV(B) 196.47º 0.26% 0.76% -
XYZ 36.9 41.84 56.58 -
YUV 169.53 141.24 108.36 -
System Red Green Blue C M Y K H S L
Decimal 142 179 193 0.26 0.07 0 0.24 196.47 0.29 0.66
Hex 8E B3 C1 1A 7 0 18 C4 1D 42
Octal 216 263 301 32 7 0 30 304 35 102
Binary 10001110 10110011 11000001 11010 111 0 11000 11000100 11101 1000010

Color Harmonies of #8EB3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB3C1

Black with #8EB3C1

Text Example


Text Example

White with #8EB3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,179,193); }

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

background-color css

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

 a { background-color: rgb(142,179,193); }

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

border-color css

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

 span { border-color: rgb(142,179,193); }

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