Html Css Color HEX #8DBAEC Cornflower

📋 copy color: '#8DBAEC'

red 141 ◦ green 186 ◦ blue 236

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

Shades of Cornflower #8DBAEC

Tints of Cornflower #8DBAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.92%

R = 25.04%
G = 33.04%
B = 41.92%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DBAEC (or 0x8DBAEC) is known color: Cornflower. HEX triplet: 8D, BA and EC. RGB value is (141,186,236). Sum of RGB (Red+Green+Blue) = 141+186+236=563 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.04% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DBAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBAEC is #724513. Grayscale: #B2B2B2. Windows color (decimal): -7488788 or 15514253. OLE color: 15514253.

HSL color Cylindrical-coordinate representation of color #8DBAEC: hue angle of 211.58º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DBAEC is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 186 236 -
CMYK 0.40 0.21 0 0.07
HSL 211.58º 0.71% 0.74% -
HSV(B) 211.58º 0.4% 0.93% -
XYZ 43.68 46.84 86.09 -
YUV 178.25 160.59 101.43 -
System Red Green Blue C M Y K H S L
Decimal 141 186 236 0.40 0.21 0 0.07 211.58 0.71 0.74
Hex 8D BA EC 28 15 0 7 D4 47 4A
Octal 215 272 354 50 25 0 7 324 107 112
Binary 10001101 10111010 11101100 101000 10101 0 111 11010100 1000111 1001010

Color Harmonies of #8DBAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBAEC

Black with #8DBAEC

Text Example


Text Example

White with #8DBAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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