Html Css Color HEX #8EC7EA Cornflower

📋 copy color: '#8EC7EA'

red 142 ◦ green 199 ◦ blue 234

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

Shades of Cornflower #8EC7EA

Tints of Cornflower #8EC7EA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.61%

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

R = 24.7%
G = 34.61%
B = 40.7%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8EC7EA (or 0x8EC7EA) is known color: Cornflower. HEX triplet: 8E, C7 and EA. RGB value is (142,199,234). Sum of RGB (Red+Green+Blue) = 142+199+234=575 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.70% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #8EC7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC7EA is #713815. Grayscale: #B9B9B9. Windows color (decimal): -7419926 or 15386510. OLE color: 15386510.

HSL color Cylindrical-coordinate representation of color #8EC7EA: hue angle of 202.83º 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 #8EC7EA is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 199 234 -
CMYK 0.39 0.15 0 0.08
HSL 202.83º 0.69% 0.74% -
HSV(B) 202.83º 0.39% 0.92% -
XYZ 46.43 52.54 85.54 -
YUV 185.95 155.12 96.65 -
System Red Green Blue C M Y K H S L
Decimal 142 199 234 0.39 0.15 0 0.08 202.83 0.69 0.74
Hex 8E C7 EA 27 F 0 8 CB 45 4A
Octal 216 307 352 47 17 0 10 313 105 112
Binary 10001110 11000111 11101010 100111 1111 0 1000 11001011 1000101 1001010

Color Harmonies of #8EC7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC7EA

Black with #8EC7EA

Text Example


Text Example

White with #8EC7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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