Html Css Color HEX #8EC3EB Cornflower

📋 copy color: '#8EC3EB'

red 142 ◦ green 195 ◦ blue 235

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

Shades of Cornflower #8EC3EB

Tints of Cornflower #8EC3EB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.09%

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

R = 24.83%
G = 34.09%
B = 41.08%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8EC3EB (or 0x8EC3EB) is known color: Cornflower. HEX triplet: 8E, C3 and EB. RGB value is (142,195,235). Sum of RGB (Red+Green+Blue) = 142+195+235=572 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.83% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #8EC3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC3EB is #713C14. Grayscale: #B7B7B7. Windows color (decimal): -7420949 or 15451022. OLE color: 15451022.

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

Color convert

RGB 142 195 235 -
CMYK 0.40 0.17 0 0.08
HSL 205.81º 0.7% 0.74% -
HSV(B) 205.81º 0.4% 0.92% -
XYZ 45.67 50.78 85.99 -
YUV 183.71 156.94 98.25 -
System Red Green Blue C M Y K H S L
Decimal 142 195 235 0.40 0.17 0 0.08 205.81 0.7 0.74
Hex 8E C3 EB 28 11 0 8 CE 46 4A
Octal 216 303 353 50 21 0 10 316 106 112
Binary 10001110 11000011 11101011 101000 10001 0 1000 11001110 1000110 1001010

Color Harmonies of #8EC3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC3EB

Black with #8EC3EB

Text Example


Text Example

White with #8EC3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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