Html Css Color HEX #8EBCBD Botticelli

📋 copy color: '#8EBCBD'

red 142 ◦ green 188 ◦ blue 189

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

Shades of Botticelli #8EBCBD

Tints of Botticelli #8EBCBD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.22%

 BLUE value IS 189 (74.22% from 255) = 36.42%

R = 27.36%
G = 36.22%
B = 36.42%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8EBCBD (or 0x8EBCBD) is known color: Botticelli. HEX triplet: 8E, BC and BD. RGB value is (142,188,189). Sum of RGB (Red+Green+Blue) = 142+188+189=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 189 - color contains mainly: blue. Hex color #8EBCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBCBD is #714342. Grayscale: #AEAEAE. Windows color (decimal): -7422787 or 12434574. OLE color: 12434574.

HSL color Cylindrical-coordinate representation of color #8EBCBD: hue angle of 181.28º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EBCBD is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 188 189 -
CMYK 0.25 0.01 0 0.26
HSL 181.28º 0.26% 0.65% -
HSV(B) 181.28º 0.25% 0.74% -
XYZ 38.32 45.39 54.89 -
YUV 174.36 136.26 104.92 -
System Red Green Blue C M Y K H S L
Decimal 142 188 189 0.25 0.01 0 0.26 181.28 0.26 0.65
Hex 8E BC BD 19 1 0 1A B5 1A 41
Octal 216 274 275 31 1 0 32 265 32 101
Binary 10001110 10111100 10111101 11001 1 0 11010 10110101 11010 1000001

Color Harmonies of #8EBCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBCBD

Black with #8EBCBD

Text Example


Text Example

White with #8EBCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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