#8FCCEA

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

Shades of Cornflower #8FCCEA

Tints of Cornflower #8FCCEA

Color information

#8FCCEA (or 0x8FCCEA) is unknown color: approx Cornflower. HEX triplet: 8F, CC and EA. RGB value is (143,204,234). Sum of RGB (Red+Green+Blue) = 143+204+234=581 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.61% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FCCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCCEA is #703315. Grayscale: #BDBDBD. Windows color (decimal): -7353110 or 15387791. OLE color: 15387791.

HSL color Cylindrical-coordinate representation of color #8FCCEA: hue angle of 199.78º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FCCEA is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB143204234-
CMYK0.390.1300.08
HSL199.78º68.42%73.92%-
HSV(B)199.78º38.89%91.76%-
XYZ47.7754.9785.93-
YUV189.18153.2995.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.61%
GREEN value IS 204 (80.08% from 255) = 35.11%
BLUE value IS 234 (91.80% from 255) = 40.28%
R=24.61%
G=35.11%
B=40.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1432042340.390.1300.08199.7868.4273.92
Hex8FCCEA27D08c8444a
Octal2173143524715010310104112
Binary1000111111001100111010101001111101010001100100010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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