Html Css Color HEX #8EBCDF Cornflower

📋 copy color: '#8EBCDF'

red 142 ◦ green 188 ◦ blue 223

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

Shades of Cornflower #8EBCDF

Tints of Cornflower #8EBCDF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34%

 BLUE value IS 223 (87.5% from 255) = 40.33%

R = 25.68%
G = 34%
B = 40.33%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8EBCDF (or 0x8EBCDF) is known color: Cornflower. HEX triplet: 8E, BC and DF. RGB value is (142,188,223). Sum of RGB (Red+Green+Blue) = 142+188+223=553 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.68% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EBCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBCDF is #714320. Grayscale: #B2B2B2. Windows color (decimal): -7422753 or 14662798. OLE color: 14662798.

HSL color Cylindrical-coordinate representation of color #8EBCDF: hue angle of 205.93º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EBCDF is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 188 223 -
CMYK 0.36 0.16 0 0.13
HSL 205.93º 0.56% 0.72% -
HSV(B) 205.93º 0.36% 0.87% -
XYZ 42.46 47.04 76.65 -
YUV 178.24 153.26 102.15 -
System Red Green Blue C M Y K H S L
Decimal 142 188 223 0.36 0.16 0 0.13 205.93 0.56 0.72
Hex 8E BC DF 24 10 0 D CE 38 48
Octal 216 274 337 44 20 0 15 316 70 110
Binary 10001110 10111100 11011111 100100 10000 0 1101 11001110 111000 1001000

Color Harmonies of #8EBCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBCDF

Black with #8EBCDF

Text Example


Text Example

White with #8EBCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,188,223); }

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

background-color css

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

 a { background-color: rgb(142,188,223); }

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

border-color css

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

 span { border-color: rgb(142,188,223); }

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