#8CBBED

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

Shades of Cornflower #8CBBED

Tints of Cornflower #8CBBED

Color information

#8CBBED (or 0x8CBBED) is unknown color: approx Cornflower. HEX triplet: 8C, BB and ED. RGB value is (140,187,237). Sum of RGB (Red+Green+Blue) = 140+187+237=564 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.82% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #8CBBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBBED is #734412. Grayscale: #B2B2B2. Windows color (decimal): -7554067 or 15580044. OLE color: 15580044.

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

Color convert

RGB140187237-
CMYK0.410.2100.07
HSL210.93º72.93%73.92%-
HSV(B)210.93º40.93%92.94%-
XYZ43.8747.2386.92-
YUV178.65160.93100.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.82%
GREEN value IS 187 (73.44% from 255) = 33.16%
BLUE value IS 237 (92.97% from 255) = 42.02%
R=24.82%
G=33.16%
B=42.02%

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
Decimal1401872370.410.2100.07210.9372.9373.92
Hex8CBBED291507d3494a
Octal214273355512507323111112
Binary1000110010111011111011011010011010101111101001110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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