#8FBDEF

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

Shades of Cornflower #8FBDEF

Tints of Cornflower #8FBDEF

Color information

#8FBDEF (or 0x8FBDEF) is unknown color: approx Cornflower. HEX triplet: 8F, BD and EF. RGB value is (143,189,239). Sum of RGB (Red+Green+Blue) = 143+189+239=571 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.04% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FBDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBDEF is #704210. Grayscale: #B4B4B4. Windows color (decimal): -7356945 or 15711631. OLE color: 15711631.

HSL color Cylindrical-coordinate representation of color #8FBDEF: hue angle of 211.25º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FBDEF is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB143189239-
CMYK0.400.2100.06
HSL211.25º75%74.9%-
HSV(B)211.25º40.17%93.73%-
XYZ45.1148.4788.64-
YUV180.95160.76100.93-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.04%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 239 (93.75% from 255) = 41.86%
R=25.04%
G=33.10%
B=41.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1431892390.400.2100.06211.257574.9
Hex8FBDEF281506d34b4b
Octal217275357502506323113113
Binary1000111110111101111011111010001010101101101001110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,189,239); }

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

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

 a { background-color: rgb(143,189,239); }

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

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

 span { border-color: rgb(143,189,239); }

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