#8CBDDB

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

Shades of Cornflower #8CBDDB

Tints of Cornflower #8CBDDB

Color information

#8CBDDB (or 0x8CBDDB) is unknown color: approx Cornflower. HEX triplet: 8C, BD and DB. RGB value is (140,189,219). Sum of RGB (Red+Green+Blue) = 140+189+219=548 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.55% from 548); Green value is 189 (74.22% from 255 or 34.49% 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 #8CBDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDDB is #734224. Grayscale: #B1B1B1. Windows color (decimal): -7553573 or 14400908. OLE color: 14400908.

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

Color convert

RGB140189219-
CMYK0.360.1400.14
HSL202.78º52.32%70.39%-
HSV(B)202.78º36.07%85.88%-
XYZ41.847.0973.9-
YUV177.77151.27101.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.55%
GREEN value IS 189 (74.22% from 255) = 34.49%
BLUE value IS 219 (85.94% from 255) = 39.96%
R=25.55%
G=34.49%
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
Decimal1401892190.360.1400.14202.7852.3270.39
Hex8CBDDB24E0Ecb3446
Octal214275333441601631364106
Binary100011001011110111011011100100111001110110010111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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