#8FC2EE

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

Shades of Cornflower #8FC2EE

Tints of Cornflower #8FC2EE

Color information

#8FC2EE (or 0x8FC2EE) is unknown color: approx Cornflower. HEX triplet: 8F, C2 and EE. RGB value is (143,194,238). Sum of RGB (Red+Green+Blue) = 143+194+238=575 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.87% from 575); Green value is 194 (76.17% from 255 or 33.74% 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 #8FC2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC2EE is #703D11. Grayscale: #B7B7B7. Windows color (decimal): -7355666 or 15647375. OLE color: 15647375.

HSL color Cylindrical-coordinate representation of color #8FC2EE: hue angle of 207.79º degrees, saturation: 0.74, 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 #8FC2EE is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143194238-
CMYK0.400.1800.07
HSL207.79º73.64%74.71%-
HSV(B)207.79º39.92%93.33%-
XYZ46.0550.688.23-
YUV183.77158.698.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.87%
GREEN value IS 194 (76.17% from 255) = 33.74%
BLUE value IS 238 (93.36% from 255) = 41.39%
R=24.87%
G=33.74%
B=41.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431942380.400.1800.07207.7973.6474.71
Hex8FC2EE281207d04a4b
Octal217302356502207320112113
Binary1000111111000010111011101010001001001111101000010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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