Html Css Color HEX #8EBCED Cornflower

📋 copy color: '#8EBCED'

red 142 ◦ green 188 ◦ blue 237

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

Shades of Cornflower #8EBCED

Tints of Cornflower #8EBCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.8%

R = 25.04%
G = 33.16%
B = 41.8%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8EBCED (or 0x8EBCED) is known color: Cornflower. HEX triplet: 8E, BC and ED. RGB value is (142,188,237). Sum of RGB (Red+Green+Blue) = 142+188+237=567 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25.04% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #8EBCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBCED is #714312. Grayscale: #B3B3B3. Windows color (decimal): -7422739 or 15580302. OLE color: 15580302.

HSL color Cylindrical-coordinate representation of color #8EBCED: hue angle of 210.95º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EBCED is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 188 237 -
CMYK 0.40 0.21 0 0.07
HSL 210.95º 0.73% 0.74% -
HSV(B) 210.95º 0.4% 0.93% -
XYZ 44.42 47.83 87.01 -
YUV 179.83 160.26 101.02 -
System Red Green Blue C M Y K H S L
Decimal 142 188 237 0.40 0.21 0 0.07 210.95 0.73 0.74
Hex 8E BC ED 28 15 0 7 D3 49 4A
Octal 216 274 355 50 25 0 7 323 111 112
Binary 10001110 10111100 11101101 101000 10101 0 111 11010011 1001001 1001010

Color Harmonies of #8EBCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBCED

Black with #8EBCED

Text Example


Text Example

White with #8EBCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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