#8ABEDD

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

Shades of Cornflower #8ABEDD

Tints of Cornflower #8ABEDD

Color information

#8ABEDD (or 0x8ABEDD) is unknown color: approx Cornflower. HEX triplet: 8A, BE and DD. RGB value is (138,190,221). Sum of RGB (Red+Green+Blue) = 138+190+221=549 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.14% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #8ABEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABEDD is #754122. Grayscale: #B1B1B1. Windows color (decimal): -7684387 or 14532234. OLE color: 14532234.

HSL color Cylindrical-coordinate representation of color #8ABEDD: hue angle of 202.41º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ABEDD is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138190221-
CMYK0.380.1400.13
HSL202.41º54.97%70.39%-
HSV(B)202.41º37.56%86.67%-
XYZ41.9547.4575.35-
YUV177.99152.2799.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.14%
GREEN value IS 190 (74.61% from 255) = 34.61%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=25.14%
G=34.61%
B=40.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381902210.380.1400.13202.4154.9770.39
Hex8ABEDD26E0Dca3746
Octal212276335461601531267106
Binary100010101011111011011101100110111001101110010101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,190,221); }

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

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

 a { background-color: rgb(138,190,221); }

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

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

 span { border-color: rgb(138,190,221); }

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