Html Css Color HEX #8DBADF Cornflower

📋 copy color: '#8DBADF'

red 141 ◦ green 186 ◦ blue 223

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

Shades of Cornflower #8DBADF

Tints of Cornflower #8DBADF

RGB

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

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

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

R = 25.64%
G = 33.82%
B = 40.55%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8DBADF (or 0x8DBADF) is known color: Cornflower. HEX triplet: 8D, BA and DF. RGB value is (141,186,223). Sum of RGB (Red+Green+Blue) = 141+186+223=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DBADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBADF is #724520. Grayscale: #B0B0B0. Windows color (decimal): -7488801 or 14662285. OLE color: 14662285.

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

Color convert

RGB 141 186 223 -
CMYK 0.37 0.17 0 0.13
HSL 207.07º 0.56% 0.71% -
HSV(B) 207.07º 0.37% 0.87% -
XYZ 41.86 46.11 76.51 -
YUV 176.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 141 186 223 0.37 0.17 0 0.13 207.07 0.56 0.71
Hex 8D BA DF 25 11 0 D CF 38 47
Octal 215 272 337 45 21 0 15 317 70 107
Binary 10001101 10111010 11011111 100101 10001 0 1101 11001111 111000 1000111

Color Harmonies of #8DBADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBADF

Black with #8DBADF

Text Example


Text Example

White with #8DBADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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