#8DBCDB

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

Shades of Cornflower #8DBCDB

Tints of Cornflower #8DBCDB

Color information

#8DBCDB (or 0x8DBCDB) is unknown color: approx Cornflower. HEX triplet: 8D, BC and DB. RGB value is (141,188,219). Sum of RGB (Red+Green+Blue) = 141+188+219=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DBCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBCDB is #724324. Grayscale: #B1B1B1. Windows color (decimal): -7488293 or 14400653. OLE color: 14400653.

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

Color convert

RGB141188219-
CMYK0.360.1400.14
HSL203.85º52%70.59%-
HSV(B)203.85º35.62%85.88%-
XYZ41.7546.7473.84-
YUV177.48151.43101.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.73%
GREEN value IS 188 (73.83% from 255) = 34.31%
BLUE value IS 219 (85.94% from 255) = 39.96%
R=25.73%
G=34.31%
B=39.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411882190.360.1400.14203.855270.59
Hex8DBCDB24E0Ecc3447
Octal215274333441601631464107
Binary100011011011110011011011100100111001110110011001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,188,219); }

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

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

 a { background-color: rgb(141,188,219); }

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

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

 span { border-color: rgb(141,188,219); }

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