#8ABBE1

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

Shades of Cornflower #8ABBE1

Tints of Cornflower #8ABBE1

Color information

#8ABBE1 (or 0x8ABBE1) is unknown color: approx Cornflower. HEX triplet: 8A, BB and E1. RGB value is (138,187,225). Sum of RGB (Red+Green+Blue) = 138+187+225=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 225 - color contains mainly: blue. Hex color #8ABBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBE1 is #75441E. Grayscale: #B0B0B0. Windows color (decimal): -7685151 or 14793610. OLE color: 14793610.

HSL color Cylindrical-coordinate representation of color #8ABBE1: hue angle of 206.21º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ABBE1 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB138187225-
CMYK0.390.1700.12
HSL206.21º59.18%71.18%-
HSV(B)206.21º38.67%88.24%-
XYZ41.8446.3877.98-
YUV176.68155.27100.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.09%
GREEN value IS 187 (73.44% from 255) = 34%
BLUE value IS 225 (88.28% from 255) = 40.91%
R=25.09%
G=34%
B=40.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1381872250.390.1700.12206.2159.1871.18
Hex8ABBE127110Cce3b47
Octal212273341472101431673107
Binary1000101010111011111000011001111000101100110011101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,187,225); }

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

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

 a { background-color: rgb(138,187,225); }

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

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

 span { border-color: rgb(138,187,225); }

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