#8FBADA

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

Shades of Cornflower #8FBADA

Tints of Cornflower #8FBADA

Color information

#8FBADA (or 0x8FBADA) is unknown color: approx Cornflower. HEX triplet: 8F, BA and DA. RGB value is (143,186,218). Sum of RGB (Red+Green+Blue) = 143+186+218=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FBADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBADA is #704525. Grayscale: #B0B0B0. Windows color (decimal): -7357734 or 14334607. OLE color: 14334607.

HSL color Cylindrical-coordinate representation of color #8FBADA: hue angle of 205.6º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FBADA is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB143186218-
CMYK0.340.1500.15
HSL205.6º50.34%70.78%-
HSV(B)205.6º34.4%85.49%-
XYZ41.5446.0273.02-
YUV176.79151.25103.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.14%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=26.14%
G=34.00%
B=39.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1431862180.340.1500.15205.650.3470.78
Hex8FBADA22F0Fce3247
Octal217272332421701731662107
Binary100011111011101011011010100010111101111110011101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,186,218); }

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

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

 a { background-color: rgb(143,186,218); }

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

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

 span { border-color: rgb(143,186,218); }

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