#8FCBE9

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

Shades of Cornflower #8FCBE9

Tints of Cornflower #8FCBE9

Color information

#8FCBE9 (or 0x8FCBE9) is unknown color: approx Cornflower. HEX triplet: 8F, CB and E9. RGB value is (143,203,233). Sum of RGB (Red+Green+Blue) = 143+203+233=579 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.70% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #8FCBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCBE9 is #703416. Grayscale: #BCBCBC. Windows color (decimal): -7353367 or 15321999. OLE color: 15321999.

HSL color Cylindrical-coordinate representation of color #8FCBE9: hue angle of 200º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FCBE9 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB143203233-
CMYK0.390.1300.09
HSL200º67.16%73.73%-
HSV(B)200º38.63%91.37%-
XYZ47.3954.4385.1-
YUV188.48153.1295.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.70%
GREEN value IS 203 (79.69% from 255) = 35.06%
BLUE value IS 233 (91.41% from 255) = 40.24%
R=24.70%
G=35.06%
B=40.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1432032330.390.1300.0920067.1673.73
Hex8FCBE927D09c8434a
Octal2173133514715011310103112
Binary1000111111001011111010011001111101010011100100010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,203,233); }

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

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

 a { background-color: rgb(143,203,233); }

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

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

 span { border-color: rgb(143,203,233); }

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