#8CC5EE

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

Shades of Cornflower #8CC5EE

Tints of Cornflower #8CC5EE

Color information

#8CC5EE (or 0x8CC5EE) is unknown color: approx Cornflower. HEX triplet: 8C, C5 and EE. RGB value is (140,197,238). Sum of RGB (Red+Green+Blue) = 140+197+238=575 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.35% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CC5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC5EE is #733A11. Grayscale: #B8B8B8. Windows color (decimal): -7551506 or 15648140. OLE color: 15648140.

HSL color Cylindrical-coordinate representation of color #8CC5EE: hue angle of 205.1º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CC5EE is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB140197238-
CMYK0.410.1700.07
HSL205.1º74.24%74.12%-
HSV(B)205.1º41.18%93.33%-
XYZ46.2151.6888.43-
YUV184.63158.1296.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.35%
GREEN value IS 197 (77.34% from 255) = 34.26%
BLUE value IS 238 (93.36% from 255) = 41.39%
R=24.35%
G=34.26%
B=41.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1401972380.410.1700.07205.174.2474.12
Hex8CC5EE291107cd4a4a
Octal214305356512107315112112
Binary1000110011000101111011101010011000101111100110110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,197,238); }

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

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

 a { background-color: rgb(140,197,238); }

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

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

 span { border-color: rgb(140,197,238); }

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