#8CBFDB

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

Shades of Cornflower #8CBFDB

Tints of Cornflower #8CBFDB

Color information

#8CBFDB (or 0x8CBFDB) is unknown color: approx Cornflower. HEX triplet: 8C, BF and DB. RGB value is (140,191,219). Sum of RGB (Red+Green+Blue) = 140+191+219=550 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.45% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CBFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBFDB is #734024. Grayscale: #B2B2B2. Windows color (decimal): -7553061 or 14401420. OLE color: 14401420.

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

Color convert

RGB140191219-
CMYK0.360.1300.14
HSL201.27º52.32%70.39%-
HSV(B)201.27º36.07%85.88%-
XYZ42.2347.9574.05-
YUV178.94150.6100.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.45%
GREEN value IS 191 (75% from 255) = 34.73%
BLUE value IS 219 (85.94% from 255) = 39.82%
R=25.45%
G=34.73%
B=39.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1401912190.360.1300.14201.2752.3270.39
Hex8CBFDB24D0Ec93446
Octal214277333441501631164106
Binary100011001011111111011011100100110101110110010011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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