Html Css Color HEX #8DBAEA Cornflower

📋 copy color: '#8DBAEA'

red 141 ◦ green 186 ◦ blue 234

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

Shades of Cornflower #8DBAEA

Tints of Cornflower #8DBAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.71%

R = 25.13%
G = 33.16%
B = 41.71%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8DBAEA (or 0x8DBAEA) is known color: Cornflower. HEX triplet: 8D, BA and EA. RGB value is (141,186,234). Sum of RGB (Red+Green+Blue) = 141+186+234=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DBAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBAEA is #724515. Grayscale: #B1B1B1. Windows color (decimal): -7488790 or 15383181. OLE color: 15383181.

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

Color convert

RGB 141 186 234 -
CMYK 0.40 0.21 0 0.08
HSL 210.97º 0.69% 0.74% -
HSV(B) 210.97º 0.4% 0.92% -
XYZ 43.39 46.72 84.57 -
YUV 178.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 141 186 234 0.40 0.21 0 0.08 210.97 0.69 0.74
Hex 8D BA EA 28 15 0 8 D3 45 4A
Octal 215 272 352 50 25 0 10 323 105 112
Binary 10001101 10111010 11101010 101000 10101 0 1000 11010011 1000101 1001010

Color Harmonies of #8DBAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBAEA

Black with #8DBAEA

Text Example


Text Example

White with #8DBAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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