#8CBCEF

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

Shades of Cornflower #8CBCEF

Tints of Cornflower #8CBCEF

Color information

#8CBCEF (or 0x8CBCEF) is unknown color: approx Cornflower. HEX triplet: 8C, BC and EF. RGB value is (140,188,239). Sum of RGB (Red+Green+Blue) = 140+188+239=567 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.69% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CBCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBCEF is #734310. Grayscale: #B3B3B3. Windows color (decimal): -7553809 or 15711372. OLE color: 15711372.

HSL color Cylindrical-coordinate representation of color #8CBCEF: hue angle of 210.91º 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 #8CBCEF is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB140188239-
CMYK0.410.2100.06
HSL210.91º75.57%74.31%-
HSV(B)210.91º41.42%93.73%-
XYZ44.3847.7788.54-
YUV179.46161.699.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.69%
GREEN value IS 188 (73.83% from 255) = 33.16%
BLUE value IS 239 (93.75% from 255) = 42.15%
R=24.69%
G=33.16%
B=42.15%

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
Decimal1401882390.410.2100.06210.9175.5774.31
Hex8CBCEF291506d34c4a
Octal214274357512506323114112
Binary1000110010111100111011111010011010101101101001110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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