#8CBFED

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

Shades of Cornflower #8CBFED

Tints of Cornflower #8CBFED

Color information

#8CBFED (or 0x8CBFED) is unknown color: approx Cornflower. HEX triplet: 8C, BF and ED. RGB value is (140,191,237). Sum of RGB (Red+Green+Blue) = 140+191+237=568 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.65% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #8CBFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBFED is #734012. Grayscale: #B4B4B4. Windows color (decimal): -7553043 or 15581068. OLE color: 15581068.

HSL color Cylindrical-coordinate representation of color #8CBFED: hue angle of 208.45º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CBFED is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB140191237-
CMYK0.410.1900.07
HSL208.45º72.93%73.92%-
HSV(B)208.45º40.93%92.94%-
XYZ44.7348.9587.21-
YUV180.99159.698.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.65%
GREEN value IS 191 (75% from 255) = 33.63%
BLUE value IS 237 (92.97% from 255) = 41.73%
R=24.65%
G=33.63%
B=41.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1401912370.410.1900.07208.4572.9373.92
Hex8CBFED291307d0494a
Octal214277355512307320111112
Binary1000110010111111111011011010011001101111101000010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,191,237); }

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

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

 a { background-color: rgb(140,191,237); }

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

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

 span { border-color: rgb(140,191,237); }

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