#8FBEDB

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

Shades of Cornflower #8FBEDB

Tints of Cornflower #8FBEDB

Color information

#8FBEDB (or 0x8FBEDB) is unknown color: approx Cornflower. HEX triplet: 8F, BE and DB. RGB value is (143,190,219). Sum of RGB (Red+Green+Blue) = 143+190+219=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #8FBEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBEDB is #704124. Grayscale: #B3B3B3. Windows color (decimal): -7356709 or 14401167. OLE color: 14401167.

HSL color Cylindrical-coordinate representation of color #8FBEDB: hue angle of 202.89º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FBEDB is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB143190219-
CMYK0.350.1300.14
HSL202.89º51.35%70.98%-
HSV(B)202.89º34.7%85.88%-
XYZ42.5347.7874-
YUV179.25150.43102.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.91%
GREEN value IS 190 (74.61% from 255) = 34.42%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=25.91%
G=34.42%
B=39.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1431902190.350.1300.14202.8951.3570.98
Hex8FBEDB23D0Ecb3347
Octal217276333431501631363107
Binary100011111011111011011011100011110101110110010111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,190,219); }

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

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

 a { background-color: rgb(143,190,219); }

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

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

 span { border-color: rgb(143,190,219); }

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