#8ABDEB

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

Shades of Cornflower #8ABDEB

Tints of Cornflower #8ABDEB

Color information

#8ABDEB (or 0x8ABDEB) is unknown color: approx Cornflower. HEX triplet: 8A, BD and EB. RGB value is (138,189,235). Sum of RGB (Red+Green+Blue) = 138+189+235=562 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.56% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #8ABDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABDEB is #754214. Grayscale: #B2B2B2. Windows color (decimal): -7684629 or 15449482. OLE color: 15449482.

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

Color convert

RGB138189235-
CMYK0.410.2000.08
HSL208.45º70.8%73.14%-
HSV(B)208.45º41.28%92.16%-
XYZ43.6747.885.52-
YUV178.99159.698.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.56%
GREEN value IS 189 (74.22% from 255) = 33.63%
BLUE value IS 235 (92.19% from 255) = 41.81%
R=24.56%
G=33.63%
B=41.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381892350.410.2000.08208.4570.873.14
Hex8ABDEB291408d04749
Octal2122753535124010320107111
Binary10001010101111011110101110100110100010001101000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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