#8DBAEE

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

Shades of Cornflower #8DBAEE

Tints of Cornflower #8DBAEE

Color information

#8DBAEE (or 0x8DBAEE) is unknown color: approx Cornflower. HEX triplet: 8D, BA and EE. RGB value is (141,186,238). Sum of RGB (Red+Green+Blue) = 141+186+238=565 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.96% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DBAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBAEE is #724511. Grayscale: #B2B2B2. Windows color (decimal): -7488786 or 15645325. OLE color: 15645325.

HSL color Cylindrical-coordinate representation of color #8DBAEE: hue angle of 212.16º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DBAEE is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141186238-
CMYK0.410.2200.07
HSL212.16º74.05%74.31%-
HSV(B)212.16º40.76%93.33%-
XYZ43.9846.9587.63-
YUV178.47161.59101.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.96%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 238 (93.36% from 255) = 42.12%
R=24.96%
G=32.92%
B=42.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411862380.410.2200.07212.1674.0574.31
Hex8DBAEE291607d44a4a
Octal215272356512607324112112
Binary1000110110111010111011101010011011001111101010010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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