#8FC3EE

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

Shades of Cornflower #8FC3EE

Tints of Cornflower #8FC3EE

Color information

#8FC3EE (or 0x8FC3EE) is unknown color: approx Cornflower. HEX triplet: 8F, C3 and EE. RGB value is (143,195,238). Sum of RGB (Red+Green+Blue) = 143+195+238=576 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.83% from 576); Green value is 195 (76.56% from 255 or 33.85% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FC3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC3EE is #703C11. Grayscale: #B8B8B8. Windows color (decimal): -7355410 or 15647631. OLE color: 15647631.

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

Color convert

RGB143195238-
CMYK0.400.1800.07
HSL207.16º73.64%74.71%-
HSV(B)207.16º39.92%93.33%-
XYZ46.2851.0488.3-
YUV184.35158.2798.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.83%
GREEN value IS 195 (76.56% from 255) = 33.85%
BLUE value IS 238 (93.36% from 255) = 41.32%
R=24.83%
G=33.85%
B=41.32%

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
Decimal1431952380.400.1800.07207.1673.6474.71
Hex8FC3EE281207cf4a4b
Octal217303356502207317112113
Binary1000111111000011111011101010001001001111100111110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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