#8DBDDB

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

Shades of Cornflower #8DBDDB

Tints of Cornflower #8DBDDB

Color information

#8DBDDB (or 0x8DBDDB) is unknown color: approx Cornflower. HEX triplet: 8D, BD and DB. RGB value is (141,189,219). Sum of RGB (Red+Green+Blue) = 141+189+219=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DBDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDDB is #724224. Grayscale: #B1B1B1. Windows color (decimal): -7488037 or 14400909. OLE color: 14400909.

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

Color convert

RGB141189219-
CMYK0.360.1400.14
HSL203.08º52%70.59%-
HSV(B)203.08º35.62%85.88%-
XYZ41.9747.1773.91-
YUV178.07151.1101.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.68%
GREEN value IS 189 (74.22% from 255) = 34.43%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=25.68%
G=34.43%
B=39.89%

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
Decimal1411892190.360.1400.14203.085270.59
Hex8DBDDB24E0Ecb3447
Octal215275333441601631364107
Binary100011011011110111011011100100111001110110010111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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