#8FBDDB

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

Shades of Cornflower #8FBDDB

Tints of Cornflower #8FBDDB

Color information

#8FBDDB (or 0x8FBDDB) is unknown color: approx Cornflower. HEX triplet: 8F, BD and DB. RGB value is (143,189,219). Sum of RGB (Red+Green+Blue) = 143+189+219=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #8FBDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDDB is #704224. Grayscale: #B2B2B2. Windows color (decimal): -7356965 or 14400911. OLE color: 14400911.

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

Color convert

RGB143189219-
CMYK0.350.1400.14
HSL203.68º51.35%70.98%-
HSV(B)203.68º34.7%85.88%-
XYZ42.3147.3573.93-
YUV178.67150.76102.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.95%
GREEN value IS 189 (74.22% from 255) = 34.30%
BLUE value IS 219 (85.94% from 255) = 39.75%
R=25.95%
G=34.30%
B=39.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1431892190.350.1400.14203.6851.3570.98
Hex8FBDDB23E0Ecc3347
Octal217275333431601631463107
Binary100011111011110111011011100011111001110110011001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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