Html Css Color HEX #8EBEEA Cornflower

📋 copy color: '#8EBEEA'

red 142 ◦ green 190 ◦ blue 234

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

Shades of Cornflower #8EBEEA

Tints of Cornflower #8EBEEA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.57%

 BLUE value IS 234 (91.8% from 255) = 41.34%

R = 25.09%
G = 33.57%
B = 41.34%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8EBEEA (or 0x8EBEEA) is known color: Cornflower. HEX triplet: 8E, BE and EA. RGB value is (142,190,234). Sum of RGB (Red+Green+Blue) = 142+190+234=566 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.09% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #8EBEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBEEA is #714115. Grayscale: #B4B4B4. Windows color (decimal): -7422230 or 15384206. OLE color: 15384206.

HSL color Cylindrical-coordinate representation of color #8EBEEA: hue angle of 208.7º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EBEEA is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 190 234 -
CMYK 0.39 0.19 0 0.08
HSL 208.7º 0.69% 0.74% -
HSV(B) 208.7º 0.39% 0.92% -
XYZ 44.42 48.52 84.87 -
YUV 180.66 158.1 100.42 -
System Red Green Blue C M Y K H S L
Decimal 142 190 234 0.39 0.19 0 0.08 208.7 0.69 0.74
Hex 8E BE EA 27 13 0 8 D1 45 4A
Octal 216 276 352 47 23 0 10 321 105 112
Binary 10001110 10111110 11101010 100111 10011 0 1000 11010001 1000101 1001010

Color Harmonies of #8EBEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBEEA

Black with #8EBEEA

Text Example


Text Example

White with #8EBEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,190,234); }

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

background-color css

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

 a { background-color: rgb(142,190,234); }

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

border-color css

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

 span { border-color: rgb(142,190,234); }

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