#8CBCEE

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

Shades of Cornflower #8CBCEE

Tints of Cornflower #8CBCEE

Color information

#8CBCEE (or 0x8CBCEE) is unknown color: approx Cornflower. HEX triplet: 8C, BC and EE. RGB value is (140,188,238). Sum of RGB (Red+Green+Blue) = 140+188+238=566 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.73% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CBCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBCEE is #734311. Grayscale: #B3B3B3. Windows color (decimal): -7553810 or 15645836. OLE color: 15645836.

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

Color convert

RGB140188238-
CMYK0.410.2100.07
HSL210.61º74.24%74.12%-
HSV(B)210.61º41.18%93.33%-
XYZ44.2347.7187.77-
YUV179.35161.199.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.73%
GREEN value IS 188 (73.83% from 255) = 33.22%
BLUE value IS 238 (93.36% from 255) = 42.05%
R=24.73%
G=33.22%
B=42.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1401882380.410.2100.07210.6174.2474.12
Hex8CBCEE291507d34a4a
Octal214274356512507323112112
Binary1000110010111100111011101010011010101111101001110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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