Html Css Color HEX #8DBEDC Cornflower

📋 copy color: '#8DBEDC'

red 141 ◦ green 190 ◦ blue 220

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

Shades of Cornflower #8DBEDC

Tints of Cornflower #8DBEDC

RGB

 RED value IS 141 (55.47% from 255) = 25.59%

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

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 25.59%
G = 34.48%
B = 39.93%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8DBEDC (or 0x8DBEDC) is known color: Cornflower. HEX triplet: 8D, BE and DC. RGB value is (141,190,220). Sum of RGB (Red+Green+Blue) = 141+190+220=551 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.59% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DBEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBEDC is #724123. Grayscale: #B2B2B2. Windows color (decimal): -7487780 or 14466701. OLE color: 14466701.

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

Color convert

RGB 141 190 220 -
CMYK 0.36 0.14 0 0.14
HSL 202.78º 0.53% 0.71% -
HSV(B) 202.78º 0.36% 0.86% -
XYZ 42.32 47.66 74.68 -
YUV 178.77 151.27 101.06 -
System Red Green Blue C M Y K H S L
Decimal 141 190 220 0.36 0.14 0 0.14 202.78 0.53 0.71
Hex 8D BE DC 24 E 0 E CB 35 47
Octal 215 276 334 44 16 0 16 313 65 107
Binary 10001101 10111110 11011100 100100 1110 0 1110 11001011 110101 1000111

Color Harmonies of #8DBEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBEDC

Black with #8DBEDC

Text Example


Text Example

White with #8DBEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,190,220); }

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

background-color css

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

 a { background-color: rgb(141,190,220); }

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

border-color css

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

 span { border-color: rgb(141,190,220); }

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