Html Css Color HEX #8DBADE Cornflower

📋 copy color: '#8DBADE'

red 141 ◦ green 186 ◦ blue 222

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

Shades of Cornflower #8DBADE

Tints of Cornflower #8DBADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.44%

R = 25.68%
G = 33.88%
B = 40.44%

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

#8DBADE (or 0x8DBADE) is known color: Cornflower. HEX triplet: 8D, BA and DE. RGB value is (141,186,222). Sum of RGB (Red+Green+Blue) = 141+186+222=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #8DBADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBADE is #724521. Grayscale: #B0B0B0. Windows color (decimal): -7488802 or 14596749. OLE color: 14596749.

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

Color convert

RGB 141 186 222 -
CMYK 0.36 0.16 0 0.13
HSL 206.67º 0.55% 0.71% -
HSV(B) 206.67º 0.36% 0.87% -
XYZ 41.73 46.05 75.8 -
YUV 176.65 153.59 102.57 -
System Red Green Blue C M Y K H S L
Decimal 141 186 222 0.36 0.16 0 0.13 206.67 0.55 0.71
Hex 8D BA DE 24 10 0 D CF 37 47
Octal 215 272 336 44 20 0 15 317 67 107
Binary 10001101 10111010 11011110 100100 10000 0 1101 11001111 110111 1000111

Color Harmonies of #8DBADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBADE

Black with #8DBADE

Text Example


Text Example

White with #8DBADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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