Html Css Color HEX #8DBADC Cornflower

📋 copy color: '#8DBADC'

red 141 ◦ green 186 ◦ blue 220

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

Shades of Cornflower #8DBADC

Tints of Cornflower #8DBADC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34%

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

R = 25.78%
G = 34%
B = 40.22%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8DBADC (or 0x8DBADC) is known color: Cornflower. HEX triplet: 8D, BA and DC. RGB value is (141,186,220). Sum of RGB (Red+Green+Blue) = 141+186+220=547 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.78% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DBADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBADC is #724523. Grayscale: #B0B0B0. Windows color (decimal): -7488804 or 14465677. OLE color: 14465677.

HSL color Cylindrical-coordinate representation of color #8DBADC: hue angle of 205.82º 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 #8DBADC is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 186 220 -
CMYK 0.36 0.15 0 0.14
HSL 205.82º 0.53% 0.71% -
HSV(B) 205.82º 0.36% 0.86% -
XYZ 41.46 45.95 74.39 -
YUV 176.42 152.59 102.74 -
System Red Green Blue C M Y K H S L
Decimal 141 186 220 0.36 0.15 0 0.14 205.82 0.53 0.71
Hex 8D BA DC 24 F 0 E CE 35 47
Octal 215 272 334 44 17 0 16 316 65 107
Binary 10001101 10111010 11011100 100100 1111 0 1110 11001110 110101 1000111

Color Harmonies of #8DBADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBADC

Black with #8DBADC

Text Example


Text Example

White with #8DBADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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