Html Css Color HEX #8EBDC1 Botticelli

📋 copy color: '#8EBDC1'

red 142 ◦ green 189 ◦ blue 193

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

Shades of Botticelli #8EBDC1

Tints of Botticelli #8EBDC1

RGB

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

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

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

R = 27.1%
G = 36.07%
B = 36.83%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8EBDC1 (or 0x8EBDC1) is known color: Botticelli. HEX triplet: 8E, BD and C1. RGB value is (142,189,193). Sum of RGB (Red+Green+Blue) = 142+189+193=524 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.10% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 193 - color contains mainly: blue. Hex color #8EBDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBDC1 is #71423E. Grayscale: #AFAFAF. Windows color (decimal): -7422527 or 12696974. OLE color: 12696974.

HSL color Cylindrical-coordinate representation of color #8EBDC1: hue angle of 184.71º 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 #8EBDC1 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 189 193 -
CMYK 0.26 0.02 0 0.24
HSL 184.71º 0.29% 0.66% -
HSV(B) 184.71º 0.26% 0.76% -
XYZ 38.98 46 57.28 -
YUV 175.4 137.93 104.17 -
System Red Green Blue C M Y K H S L
Decimal 142 189 193 0.26 0.02 0 0.24 184.71 0.29 0.66
Hex 8E BD C1 1A 2 0 18 B9 1D 42
Octal 216 275 301 32 2 0 30 271 35 102
Binary 10001110 10111101 11000001 11010 10 0 11000 10111001 11101 1000010

Color Harmonies of #8EBDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBDC1

Black with #8EBDC1

Text Example


Text Example

White with #8EBDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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