Html Css Color HEX #8EBAC6 Botticelli

📋 copy color: '#8EBAC6'

red 142 ◦ green 186 ◦ blue 198

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

Shades of Botticelli #8EBAC6

Tints of Botticelli #8EBAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.64%

R = 27%
G = 35.36%
B = 37.64%

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

#8EBAC6 (or 0x8EBAC6) is known color: Botticelli. HEX triplet: 8E, BA and C6. RGB value is (142,186,198). Sum of RGB (Red+Green+Blue) = 142+186+198=526 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.00% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 198 - color contains mainly: blue. Hex color #8EBAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBAC6 is #714539. Grayscale: #AEAEAE. Windows color (decimal): -7423290 or 13023886. OLE color: 13023886.

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

Color convert

RGB 142 186 198 -
CMYK 0.28 0.06 0 0.22
HSL 192.86º 0.33% 0.67% -
HSV(B) 192.86º 0.28% 0.78% -
XYZ 38.91 44.95 60.05 -
YUV 174.21 141.42 105.02 -
System Red Green Blue C M Y K H S L
Decimal 142 186 198 0.28 0.06 0 0.22 192.86 0.33 0.67
Hex 8E BA C6 1C 6 0 16 C1 21 43
Octal 216 272 306 34 6 0 26 301 41 103
Binary 10001110 10111010 11000110 11100 110 0 10110 11000001 100001 1000011

Color Harmonies of #8EBAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBAC6

Black with #8EBAC6

Text Example


Text Example

White with #8EBAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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