#8DBFE9

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

Shades of Cornflower #8DBFE9

Tints of Cornflower #8DBFE9

Color information

#8DBFE9 (or 0x8DBFE9) is unknown color: approx Cornflower. HEX triplet: 8D, BF and E9. RGB value is (141,191,233). Sum of RGB (Red+Green+Blue) = 141+191+233=565 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.96% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 233 - color contains mainly: blue. Hex color #8DBFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBFE9 is #724016. Grayscale: #B4B4B4. Windows color (decimal): -7487511 or 15318925. OLE color: 15318925.

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

Color convert

RGB141191233-
CMYK0.390.1800.09
HSL207.39º67.65%73.33%-
HSV(B)207.39º39.48%91.37%-
XYZ44.3248.8184.18-
YUV180.84157.4499.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.96%
GREEN value IS 191 (75% from 255) = 33.81%
BLUE value IS 233 (91.41% from 255) = 41.24%
R=24.96%
G=33.81%
B=41.24%

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
Decimal1411912330.390.1800.09207.3967.6573.33
Hex8DBFE9271209cf4449
Octal2152773514722011317104111
Binary10001101101111111110100110011110010010011100111110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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