Html Css Color HEX #8EBFED Cornflower

📋 copy color: '#8EBFED'

red 142 ◦ green 191 ◦ blue 237

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

Shades of Cornflower #8EBFED

Tints of Cornflower #8EBFED

RGB

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

 GREEN value IS 191 (75% from 255) = 33.51%

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

R = 24.91%
G = 33.51%
B = 41.58%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8EBFED (or 0x8EBFED) is known color: Cornflower. HEX triplet: 8E, BF and ED. RGB value is (142,191,237). Sum of RGB (Red+Green+Blue) = 142+191+237=570 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.91% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #8EBFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBFED is #714012. Grayscale: #B5B5B5. Windows color (decimal): -7421971 or 15581070. OLE color: 15581070.

HSL color Cylindrical-coordinate representation of color #8EBFED: hue angle of 209.05º 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 #8EBFED is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 191 237 -
CMYK 0.40 0.19 0 0.07
HSL 209.05º 0.73% 0.74% -
HSV(B) 209.05º 0.4% 0.93% -
XYZ 45.07 49.13 87.23 -
YUV 181.59 159.27 99.76 -
System Red Green Blue C M Y K H S L
Decimal 142 191 237 0.40 0.19 0 0.07 209.05 0.73 0.74
Hex 8E BF ED 28 13 0 7 D1 49 4A
Octal 216 277 355 50 23 0 7 321 111 112
Binary 10001110 10111111 11101101 101000 10011 0 111 11010001 1001001 1001010

Color Harmonies of #8EBFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBFED

Black with #8EBFED

Text Example


Text Example

White with #8EBFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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