#8ABEDF

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

Shades of Cornflower #8ABEDF

Tints of Cornflower #8ABEDF

Color information

#8ABEDF (or 0x8ABEDF) is unknown color: approx Cornflower. HEX triplet: 8A, BE and DF. RGB value is (138,190,223). Sum of RGB (Red+Green+Blue) = 138+190+223=551 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.05% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #8ABEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABEDF is #754120. Grayscale: #B2B2B2. Windows color (decimal): -7684385 or 14663306. OLE color: 14663306.

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

Color convert

RGB138190223-
CMYK0.380.1500.13
HSL203.29º57.05%70.78%-
HSV(B)203.29º38.12%87.45%-
XYZ42.2147.5676.77-
YUV178.21153.2799.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.05%
GREEN value IS 190 (74.61% from 255) = 34.48%
BLUE value IS 223 (87.5% from 255) = 40.47%
R=25.05%
G=34.48%
B=40.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381902230.380.1500.13203.2957.0570.78
Hex8ABEDF26F0Dcb3947
Octal212276337461701531371107
Binary100010101011111011011111100110111101101110010111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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