Html Css Color HEX #8EBAC5 Botticelli

📋 copy color: '#8EBAC5'

red 142 ◦ green 186 ◦ blue 197

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

Shades of Botticelli #8EBAC5

Tints of Botticelli #8EBAC5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.43%

 BLUE value IS 197 (77.34% from 255) = 37.52%

R = 27.05%
G = 35.43%
B = 37.52%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#8EBAC5 (or 0x8EBAC5) is known color: Botticelli. HEX triplet: 8E, BA and C5. RGB value is (142,186,197). Sum of RGB (Red+Green+Blue) = 142+186+197=525 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.05% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 197 - color contains mainly: blue. Hex color #8EBAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBAC5 is #71453A. Grayscale: #AEAEAE. Windows color (decimal): -7423291 or 12958350. OLE color: 12958350.

HSL color Cylindrical-coordinate representation of color #8EBAC5: hue angle of 192º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EBAC5 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 142 186 197 -
CMYK 0.28 0.06 0 0.23
HSL 192º 0.32% 0.66% -
HSV(B) 192º 0.28% 0.77% -
XYZ 38.79 44.9 59.45 -
YUV 174.1 140.92 105.11 -
System Red Green Blue C M Y K H S L
Decimal 142 186 197 0.28 0.06 0 0.23 192 0.32 0.66
Hex 8E BA C5 1C 6 0 17 C0 20 42
Octal 216 272 305 34 6 0 27 300 40 102
Binary 10001110 10111010 11000101 11100 110 0 10111 11000000 100000 1000010

Color Harmonies of #8EBAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBAC5

Black with #8EBAC5

Text Example


Text Example

White with #8EBAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,186,197); }

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

background-color css

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

 a { background-color: rgb(142,186,197); }

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

border-color css

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

 span { border-color: rgb(142,186,197); }

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