Html Css Color HEX #8EB8F0 Cornflower

📋 copy color: '#8EB8F0'

red 142 ◦ green 184 ◦ blue 240

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

Shades of Cornflower #8EB8F0

Tints of Cornflower #8EB8F0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.51%

 BLUE value IS 240 (94.14% from 255) = 42.4%

R = 25.09%
G = 32.51%
B = 42.4%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8EB8F0 (or 0x8EB8F0) is known color: Cornflower. HEX triplet: 8E, B8 and F0. RGB value is (142,184,240). Sum of RGB (Red+Green+Blue) = 142+184+240=566 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.09% from 566); Green value is 184 (72.27% from 255 or 32.51% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #8EB8F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EB8F0 is #71470F. Grayscale: #B1B1B1. Windows color (decimal): -7423760 or 15775886. OLE color: 15775886.

HSL color Cylindrical-coordinate representation of color #8EB8F0: hue angle of 214.29º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EB8F0 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 142 184 240 -
CMYK 0.41 0.23 0 0.06
HSL 214.29º 0.77% 0.75% -
HSV(B) 214.29º 0.41% 0.94% -
XYZ 44.02 46.32 89.06 -
YUV 177.83 163.09 102.45 -
System Red Green Blue C M Y K H S L
Decimal 142 184 240 0.41 0.23 0 0.06 214.29 0.77 0.75
Hex 8E B8 F0 29 17 0 6 D6 4D 4B
Octal 216 270 360 51 27 0 6 326 115 113
Binary 10001110 10111000 11110000 101001 10111 0 110 11010110 1001101 1001011

Color Harmonies of #8EB8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB8F0

Black with #8EB8F0

Text Example


Text Example

White with #8EB8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,184,240); }

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

background-color css

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

 a { background-color: rgb(142,184,240); }

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

border-color css

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

 span { border-color: rgb(142,184,240); }

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