#8DBFE8

Color #8DBFE8 Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #8DBFE8

Tints of Cornflower #8DBFE8

Color information

#8DBFE8 (or 0x8DBFE8) is unknown color: approx Cornflower. HEX triplet: 8D, BF and E8. RGB value is (141,191,232). Sum of RGB (Red+Green+Blue) = 141+191+232=564 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 232 - color contains mainly: blue. Hex color #8DBFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBFE8 is #724017. Grayscale: #B4B4B4. Windows color (decimal): -7487512 or 15253389. OLE color: 15253389.

HSL color Cylindrical-coordinate representation of color #8DBFE8: hue angle of 207.03º 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 #8DBFE8 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB141191232-
CMYK0.390.1800.09
HSL207.03º66.42%73.14%-
HSV(B)207.03º39.22%90.98%-
XYZ44.1848.7583.43-
YUV180.72156.9499.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25%
GREEN value IS 191 (75% from 255) = 33.87%
BLUE value IS 232 (91.02% from 255) = 41.13%
R=25%
G=33.87%
B=41.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1411912320.390.1800.09207.0366.4273.14
Hex8DBFE8271209cf4249
Octal2152773504722011317102111
Binary10001101101111111110100010011110010010011100111110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DBFE8;
 }
 .AnyTagClassName
 {
   color: #8DBFE8;
 }
</style>
background-color css

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

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

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

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

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

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