Html Css Color HEX #8DBAE8 Cornflower

📋 copy color: '#8DBAE8'

red 141 ◦ green 186 ◦ blue 232

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

Shades of Cornflower #8DBAE8

Tints of Cornflower #8DBAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.5%

R = 25.22%
G = 33.27%
B = 41.5%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8DBAE8 (or 0x8DBAE8) is known color: Cornflower. HEX triplet: 8D, BA and E8. RGB value is (141,186,232). Sum of RGB (Red+Green+Blue) = 141+186+232=559 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.22% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #8DBAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBAE8 is #724517. Grayscale: #B1B1B1. Windows color (decimal): -7488792 or 15252109. OLE color: 15252109.

HSL color Cylindrical-coordinate representation of color #8DBAE8: hue angle of 210.33º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DBAE8 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 141 186 232 -
CMYK 0.39 0.20 0 0.09
HSL 210.33º 0.66% 0.73% -
HSV(B) 210.33º 0.39% 0.91% -
XYZ 43.11 46.61 83.07 -
YUV 177.79 158.59 101.76 -
System Red Green Blue C M Y K H S L
Decimal 141 186 232 0.39 0.20 0 0.09 210.33 0.66 0.73
Hex 8D BA E8 27 14 0 9 D2 42 49
Octal 215 272 350 47 24 0 11 322 102 111
Binary 10001101 10111010 11101000 100111 10100 0 1001 11010010 1000010 1001001

Color Harmonies of #8DBAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBAE8

Black with #8DBAE8

Text Example


Text Example

White with #8DBAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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