#8DBFE1

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

Shades of Cornflower #8DBFE1

Tints of Cornflower #8DBFE1

Color information

#8DBFE1 (or 0x8DBFE1) is unknown color: approx Cornflower. HEX triplet: 8D, BF and E1. RGB value is (141,191,225). Sum of RGB (Red+Green+Blue) = 141+191+225=557 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.31% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #8DBFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBFE1 is #72401E. Grayscale: #B3B3B3. Windows color (decimal): -7487519 or 14794637. OLE color: 14794637.

HSL color Cylindrical-coordinate representation of color #8DBFE1: hue angle of 204.29º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DBFE1 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB141191225-
CMYK0.370.1500.12
HSL204.29º58.33%71.76%-
HSV(B)204.29º37.33%88.24%-
XYZ43.2148.3678.29-
YUV179.93153.44100.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.31%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 225 (88.28% from 255) = 40.39%
R=25.31%
G=34.29%
B=40.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1411912250.370.1500.12204.2958.3371.76
Hex8DBFE125F0Ccc3a48
Octal215277341451701431472110
Binary100011011011111111100001100101111101100110011001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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