Html Css Color HEX #8EBEC2 Botticelli

📋 copy color: '#8EBEC2'

red 142 ◦ green 190 ◦ blue 194

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

Shades of Botticelli #8EBEC2

Tints of Botticelli #8EBEC2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.12%

 BLUE value IS 194 (76.17% from 255) = 36.88%

R = 27%
G = 36.12%
B = 36.88%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8EBEC2 (or 0x8EBEC2) is known color: Botticelli. HEX triplet: 8E, BE and C2. RGB value is (142,190,194). Sum of RGB (Red+Green+Blue) = 142+190+194=526 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.00% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 194 - color contains mainly: blue. Hex color #8EBEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBEC2 is #71413D. Grayscale: #B0B0B0. Windows color (decimal): -7422270 or 12762766. OLE color: 12762766.

HSL color Cylindrical-coordinate representation of color #8EBEC2: hue angle of 184.62º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8EBEC2 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 190 194 -
CMYK 0.27 0.02 0 0.24
HSL 184.62º 0.3% 0.66% -
HSV(B) 184.62º 0.27% 0.76% -
XYZ 39.31 46.47 57.94 -
YUV 176.1 138.1 103.67 -
System Red Green Blue C M Y K H S L
Decimal 142 190 194 0.27 0.02 0 0.24 184.62 0.3 0.66
Hex 8E BE C2 1B 2 0 18 B9 1E 42
Octal 216 276 302 33 2 0 30 271 36 102
Binary 10001110 10111110 11000010 11011 10 0 11000 10111001 11110 1000010

Color Harmonies of #8EBEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBEC2

Black with #8EBEC2

Text Example


Text Example

White with #8EBEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,190,194); }

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

background-color css

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

 a { background-color: rgb(142,190,194); }

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

border-color css

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

 span { border-color: rgb(142,190,194); }

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