#8ABCEB

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

Shades of Cornflower #8ABCEB

Tints of Cornflower #8ABCEB

Color information

#8ABCEB (or 0x8ABCEB) is unknown color: approx Cornflower. HEX triplet: 8A, BC and EB. RGB value is (138,188,235). Sum of RGB (Red+Green+Blue) = 138+188+235=561 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.60% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #8ABCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABCEB is #754314. Grayscale: #B2B2B2. Windows color (decimal): -7684885 or 15449226. OLE color: 15449226.

HSL color Cylindrical-coordinate representation of color #8ABCEB: hue angle of 209.07º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ABCEB is Cyan = 0.41, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138188235-
CMYK0.410.200.08
HSL209.07º70.8%73.14%-
HSV(B)209.07º41.28%92.16%-
XYZ43.4647.3785.45-
YUV178.41159.9499.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.60%
GREEN value IS 188 (73.83% from 255) = 33.51%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=24.60%
G=33.51%
B=41.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381882350.410.200.08209.0770.873.14
Hex8ABCEB291408d14749
Octal2122743535124010321107111
Binary10001010101111001110101110100110100010001101000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,188,235); }

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

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

 a { background-color: rgb(138,188,235); }

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

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

 span { border-color: rgb(138,188,235); }

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