Html Css Color HEX #8EBEDB Cornflower

📋 copy color: '#8EBEDB'

red 142 ◦ green 190 ◦ blue 219

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

Shades of Cornflower #8EBEDB

Tints of Cornflower #8EBEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.75%

R = 25.77%
G = 34.48%
B = 39.75%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8EBEDB (or 0x8EBEDB) is known color: Cornflower. HEX triplet: 8E, BE and DB. RGB value is (142,190,219). Sum of RGB (Red+Green+Blue) = 142+190+219=551 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.77% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #8EBEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBEDB is #714124. Grayscale: #B2B2B2. Windows color (decimal): -7422245 or 14401166. OLE color: 14401166.

HSL color Cylindrical-coordinate representation of color #8EBEDB: hue angle of 202.6º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EBEDB is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 190 219 -
CMYK 0.35 0.13 0 0.14
HSL 202.6º 0.52% 0.71% -
HSV(B) 202.6º 0.35% 0.86% -
XYZ 42.35 47.69 73.99 -
YUV 178.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 142 190 219 0.35 0.13 0 0.14 202.6 0.52 0.71
Hex 8E BE DB 23 D 0 E CB 34 47
Octal 216 276 333 43 15 0 16 313 64 107
Binary 10001110 10111110 11011011 100011 1101 0 1110 11001011 110100 1000111

Color Harmonies of #8EBEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBEDB

Black with #8EBEDB

Text Example


Text Example

White with #8EBEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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