Html Css Color HEX #8EBBD8 Cornflower

📋 copy color: '#8EBBD8'

red 142 ◦ green 187 ◦ blue 216

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

Shades of Cornflower #8EBBD8

Tints of Cornflower #8EBBD8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.31%

 BLUE value IS 216 (84.77% from 255) = 39.63%

R = 26.06%
G = 34.31%
B = 39.63%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8EBBD8 (or 0x8EBBD8) is known color: Cornflower. HEX triplet: 8E, BB and D8. RGB value is (142,187,216). Sum of RGB (Red+Green+Blue) = 142+187+216=545 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.06% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 216 - color contains mainly: blue. Hex color #8EBBD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBBD8 is #714427. Grayscale: #B0B0B0. Windows color (decimal): -7423016 or 14203790. OLE color: 14203790.

HSL color Cylindrical-coordinate representation of color #8EBBD8: hue angle of 203.51º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8EBBD8 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 187 216 -
CMYK 0.34 0.13 0 0.15
HSL 203.51º 0.49% 0.7% -
HSV(B) 203.51º 0.34% 0.85% -
XYZ 41.32 46.25 71.71 -
YUV 176.85 150.09 103.14 -
System Red Green Blue C M Y K H S L
Decimal 142 187 216 0.34 0.13 0 0.15 203.51 0.49 0.7
Hex 8E BB D8 22 D 0 F CC 31 46
Octal 216 273 330 42 15 0 17 314 61 106
Binary 10001110 10111011 11011000 100010 1101 0 1111 11001100 110001 1000110

Color Harmonies of #8EBBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBBD8

Black with #8EBBD8

Text Example


Text Example

White with #8EBBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,187,216); }

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

background-color css

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

 a { background-color: rgb(142,187,216); }

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

border-color css

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

 span { border-color: rgb(142,187,216); }

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