#8CC9EF

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

Shades of Cornflower #8CC9EF

Tints of Cornflower #8CC9EF

Color information

#8CC9EF (or 0x8CC9EF) is unknown color: approx Cornflower. HEX triplet: 8C, C9 and EF. RGB value is (140,201,239). Sum of RGB (Red+Green+Blue) = 140+201+239=580 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.14% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CC9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC9EF is #733610. Grayscale: #BABABA. Windows color (decimal): -7550481 or 15714700. OLE color: 15714700.

HSL color Cylindrical-coordinate representation of color #8CC9EF: hue angle of 203.03º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CC9EF is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB140201239-
CMYK0.410.1600.06
HSL203.03º75.57%74.31%-
HSV(B)203.03º41.42%93.73%-
XYZ47.2853.5889.51-
YUV187.09157.2994.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.14%
GREEN value IS 201 (78.91% from 255) = 34.66%
BLUE value IS 239 (93.75% from 255) = 41.21%
R=24.14%
G=34.66%
B=41.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1402012390.410.1600.06203.0375.5774.31
Hex8CC9EF291006cb4c4a
Octal214311357512006313114112
Binary1000110011001001111011111010011000001101100101110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,201,239); }

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

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

 a { background-color: rgb(140,201,239); }

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

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

 span { border-color: rgb(140,201,239); }

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