#8DBCF1

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

Shades of Cornflower #8DBCF1

Tints of Cornflower #8DBCF1

Color information

#8DBCF1 (or 0x8DBCF1) is unknown color: approx Cornflower. HEX triplet: 8D, BC and F1. RGB value is (141,188,241). Sum of RGB (Red+Green+Blue) = 141+188+241=570 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.74% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #8DBCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBCF1 is #72430E. Grayscale: #B3B3B3. Windows color (decimal): -7488271 or 15842445. OLE color: 15842445.

HSL color Cylindrical-coordinate representation of color #8DBCF1: hue angle of 211.8º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DBCF1 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB141188241-
CMYK0.410.2200.05
HSL211.8º78.12%74.9%-
HSV(B)211.8º41.49%94.51%-
XYZ44.8447.9890.12-
YUV179.99162.43100.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.74%
GREEN value IS 188 (73.83% from 255) = 32.98%
BLUE value IS 241 (94.53% from 255) = 42.28%
R=24.74%
G=32.98%
B=42.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1411882410.410.2200.05211.878.1274.9
Hex8DBCF1291605d44e4b
Octal215274361512605324116113
Binary1000110110111100111100011010011011001011101010010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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