#8FCBEA

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

Shades of Cornflower #8FCBEA

Tints of Cornflower #8FCBEA

Color information

#8FCBEA (or 0x8FCBEA) is unknown color: approx Cornflower. HEX triplet: 8F, CB and EA. RGB value is (143,203,234). Sum of RGB (Red+Green+Blue) = 143+203+234=580 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.66% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FCBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCBEA is #703415. Grayscale: #BCBCBC. Windows color (decimal): -7353366 or 15387535. OLE color: 15387535.

HSL color Cylindrical-coordinate representation of color #8FCBEA: hue angle of 200.44º 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 #8FCBEA is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB143203234-
CMYK0.390.1300.08
HSL200.44º68.42%73.92%-
HSV(B)200.44º38.89%91.76%-
XYZ47.5354.4985.85-
YUV188.59153.6295.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.66%
GREEN value IS 203 (79.69% from 255) = 35%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=24.66%
G=35%
B=40.34%

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
Decimal1432032340.390.1300.08200.4468.4273.92
Hex8FCBEA27D08c8444a
Octal2173133524715010310104112
Binary1000111111001011111010101001111101010001100100010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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