#8FC2D9

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

Shades of Cornflower #8FC2D9

Tints of Cornflower #8FC2D9

Color information

#8FC2D9 (or 0x8FC2D9) is unknown color: approx Cornflower. HEX triplet: 8F, C2 and D9. RGB value is (143,194,217). Sum of RGB (Red+Green+Blue) = 143+194+217=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 217 - color contains mainly: blue. Hex color #8FC2D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC2D9 is #703D26. Grayscale: #B5B5B5. Windows color (decimal): -7355687 or 14271119. OLE color: 14271119.

HSL color Cylindrical-coordinate representation of color #8FC2D9: hue angle of 198.65º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FC2D9 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB143194217-
CMYK0.340.1100.15
HSL198.65º49.33%70.59%-
HSV(B)198.65º34.1%85.1%-
XYZ43.1449.4372.91-
YUV181.37148.1100.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.81%
GREEN value IS 194 (76.17% from 255) = 35.02%
BLUE value IS 217 (85.16% from 255) = 39.17%
R=25.81%
G=35.02%
B=39.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1431942170.340.1100.15198.6549.3370.59
Hex8FC2D922B0Fc73147
Octal217302331421301730761107
Binary100011111100001011011001100010101101111110001111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,194,217); }

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

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

 a { background-color: rgb(143,194,217); }

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

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

 span { border-color: rgb(143,194,217); }

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