#8FBCDA

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

Shades of Cornflower #8FBCDA

Tints of Cornflower #8FBCDA

Color information

#8FBCDA (or 0x8FBCDA) is unknown color: approx Cornflower. HEX triplet: 8F, BC and DA. RGB value is (143,188,218). Sum of RGB (Red+Green+Blue) = 143+188+218=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FBCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCDA is #704325. Grayscale: #B1B1B1. Windows color (decimal): -7357222 or 14335119. OLE color: 14335119.

HSL color Cylindrical-coordinate representation of color #8FBCDA: hue angle of 204º 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 #8FBCDA is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB143188218-
CMYK0.340.1400.15
HSL204º50.34%70.78%-
HSV(B)204º34.4%85.49%-
XYZ41.9746.8773.16-
YUV177.96150.59103.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.05%
GREEN value IS 188 (73.83% from 255) = 34.24%
BLUE value IS 218 (85.55% from 255) = 39.71%
R=26.05%
G=34.24%
B=39.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1431882180.340.1400.1520450.3470.78
Hex8FBCDA22E0Fcc3247
Octal217274332421601731462107
Binary100011111011110011011010100010111001111110011001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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