Html Css Color HEX #8EBDC5 Botticelli

📋 copy color: '#8EBDC5'

red 142 ◦ green 189 ◦ blue 197

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

Shades of Botticelli #8EBDC5

Tints of Botticelli #8EBDC5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.8%

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

R = 26.89%
G = 35.8%
B = 37.31%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#8EBDC5 (or 0x8EBDC5) is known color: Botticelli. HEX triplet: 8E, BD and C5. RGB value is (142,189,197). Sum of RGB (Red+Green+Blue) = 142+189+197=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 197 - color contains mainly: blue. Hex color #8EBDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBDC5 is #71423A. Grayscale: #AFAFAF. Windows color (decimal): -7422523 or 12959118. OLE color: 12959118.

HSL color Cylindrical-coordinate representation of color #8EBDC5: hue angle of 188.73º 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 #8EBDC5 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 142 189 197 -
CMYK 0.28 0.04 0 0.23
HSL 188.73º 0.32% 0.66% -
HSV(B) 188.73º 0.28% 0.77% -
XYZ 39.43 46.18 59.66 -
YUV 175.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 142 189 197 0.28 0.04 0 0.23 188.73 0.32 0.66
Hex 8E BD C5 1C 4 0 17 BD 20 42
Octal 216 275 305 34 4 0 27 275 40 102
Binary 10001110 10111101 11000101 11100 100 0 10111 10111101 100000 1000010

Color Harmonies of #8EBDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBDC5

Black with #8EBDC5

Text Example


Text Example

White with #8EBDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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