#8cbeef

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

Shades of Cornflower #8CBEEF

Tints of Cornflower #8CBEEF

Color information

#8CBEEF (or 0x8CBEEF) is unknown color: approx Cornflower. HEX triplet: 8C, BE and EF. RGB value is (140,190,239). Sum of RGB (Red+Green+Blue) = 140+190+239=569 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.60% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CBEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBEEF is #734110. Grayscale: #B4B4B4. Windows color (decimal): -7553297 or 15711884. OLE color: 15711884.

HSL color Cylindrical-coordinate representation of color #8CBEEF: hue angle of 209.7º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CBEEF is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB140190239-
CMYK0.410.2100.06
HSL209.7º75.57%74.31%-
HSV(B)209.7º41.42%93.73%-
XYZ44.8148.6388.69-
YUV180.64160.9499.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.60%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 239 (93.75% from 255) = 42.00%
R=24.60%
G=33.39%
B=42.00%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1401902390.410.2100.06209.775.5774.31
Hex8CBEEF291506d24c4a
Octal214276357512506322114112
Binary1000110010111110111011111010011010101101101001010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cbeef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,190,239); }

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

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

 a { background-color: rgb(140,190,239); }

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

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

 span { border-color: rgb(140,190,239); }

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