Html Css Color HEX #8EC8EB Cornflower

📋 copy color: '#8EC8EB'

red 142 ◦ green 200 ◦ blue 235

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

Shades of Cornflower #8EC8EB

Tints of Cornflower #8EC8EB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.66%

 BLUE value IS 235 (92.19% from 255) = 40.73%

R = 24.61%
G = 34.66%
B = 40.73%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8EC8EB (or 0x8EC8EB) is known color: Cornflower. HEX triplet: 8E, C8 and EB. RGB value is (142,200,235). Sum of RGB (Red+Green+Blue) = 142+200+235=577 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.61% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #8EC8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC8EB is #713714. Grayscale: #BABABA. Windows color (decimal): -7419669 or 15452302. OLE color: 15452302.

HSL color Cylindrical-coordinate representation of color #8EC8EB: hue angle of 202.58º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EC8EB is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 200 235 -
CMYK 0.40 0.15 0 0.08
HSL 202.58º 0.7% 0.74% -
HSV(B) 202.58º 0.4% 0.92% -
XYZ 46.81 53.06 86.37 -
YUV 186.65 155.28 96.15 -
System Red Green Blue C M Y K H S L
Decimal 142 200 235 0.40 0.15 0 0.08 202.58 0.7 0.74
Hex 8E C8 EB 28 F 0 8 CB 46 4A
Octal 216 310 353 50 17 0 10 313 106 112
Binary 10001110 11001000 11101011 101000 1111 0 1000 11001011 1000110 1001010

Color Harmonies of #8EC8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC8EB

Black with #8EC8EB

Text Example


Text Example

White with #8EC8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,200,235); }

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

background-color css

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

 a { background-color: rgb(142,200,235); }

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

border-color css

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

 span { border-color: rgb(142,200,235); }

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