#8FCCED

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

Shades of Cornflower #8FCCED

Tints of Cornflower #8FCCED

Color information

#8FCCED (or 0x8FCCED) is unknown color: approx Cornflower. HEX triplet: 8F, CC and ED. RGB value is (143,204,237). Sum of RGB (Red+Green+Blue) = 143+204+237=584 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.49% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FCCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCCED is #703312. Grayscale: #BDBDBD. Windows color (decimal): -7353107 or 15584399. OLE color: 15584399.

HSL color Cylindrical-coordinate representation of color #8FCCED: hue angle of 201.06º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FCCED is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143204237-
CMYK0.400.1400.07
HSL201.06º72.31%74.51%-
HSV(B)201.06º39.66%92.94%-
XYZ48.2155.1488.22-
YUV189.52154.7994.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.49%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 237 (92.97% from 255) = 40.58%
R=24.49%
G=34.93%
B=40.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432042370.400.1400.07201.0672.3174.51
Hex8FCCED28E07c9484b
Octal217314355501607311110113
Binary100011111100110011101101101000111001111100100110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,204,237); }

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

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

 a { background-color: rgb(143,204,237); }

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

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

 span { border-color: rgb(143,204,237); }

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