Html Css Color HEX #8DBAE6 Cornflower

📋 copy color: '#8DBAE6'

red 141 ◦ green 186 ◦ blue 230

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

Shades of Cornflower #8DBAE6

Tints of Cornflower #8DBAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.29%

R = 25.31%
G = 33.39%
B = 41.29%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8DBAE6 (or 0x8DBAE6) is known color: Cornflower. HEX triplet: 8D, BA and E6. RGB value is (141,186,230). Sum of RGB (Red+Green+Blue) = 141+186+230=557 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.31% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #8DBAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBAE6 is #724519. Grayscale: #B1B1B1. Windows color (decimal): -7488794 or 15121037. OLE color: 15121037.

HSL color Cylindrical-coordinate representation of color #8DBAE6: hue angle of 209.66º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DBAE6 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 141 186 230 -
CMYK 0.39 0.19 0 0.10
HSL 209.66º 0.64% 0.73% -
HSV(B) 209.66º 0.39% 0.9% -
XYZ 42.83 46.49 81.58 -
YUV 177.56 157.59 101.92 -
System Red Green Blue C M Y K H S L
Decimal 141 186 230 0.39 0.19 0 0.10 209.66 0.64 0.73
Hex 8D BA E6 27 13 0 A D2 40 49
Octal 215 272 346 47 23 0 12 322 100 111
Binary 10001101 10111010 11100110 100111 10011 0 1010 11010010 1000000 1001001

Color Harmonies of #8DBAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBAE6

Black with #8DBAE6

Text Example


Text Example

White with #8DBAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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