Html Css Color HEX #8EB9F0 Cornflower

📋 copy color: '#8EB9F0'

red 142 ◦ green 185 ◦ blue 240

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

Shades of Cornflower #8EB9F0

Tints of Cornflower #8EB9F0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.63%

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

R = 25.04%
G = 32.63%
B = 42.33%

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

#8EB9F0 (or 0x8EB9F0) is known color: Cornflower. HEX triplet: 8E, B9 and F0. RGB value is (142,185,240). Sum of RGB (Red+Green+Blue) = 142+185+240=567 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25.04% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #8EB9F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EB9F0 is #71460F. Grayscale: #B2B2B2. Windows color (decimal): -7423504 or 15776142. OLE color: 15776142.

HSL color Cylindrical-coordinate representation of color #8EB9F0: hue angle of 213.67º 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 #8EB9F0 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 142 185 240 -
CMYK 0.41 0.23 0 0.06
HSL 213.67º 0.77% 0.75% -
HSV(B) 213.67º 0.41% 0.94% -
XYZ 44.23 46.74 89.13 -
YUV 178.41 162.75 102.03 -
System Red Green Blue C M Y K H S L
Decimal 142 185 240 0.41 0.23 0 0.06 213.67 0.77 0.75
Hex 8E B9 F0 29 17 0 6 D6 4D 4B
Octal 216 271 360 51 27 0 6 326 115 113
Binary 10001110 10111001 11110000 101001 10111 0 110 11010110 1001101 1001011

Color Harmonies of #8EB9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB9F0

Black with #8EB9F0

Text Example


Text Example

White with #8EB9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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