#8ABFE5

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

Shades of Cornflower #8ABFE5

Tints of Cornflower #8ABFE5

Color information

#8ABFE5 (or 0x8ABFE5) is unknown color: approx Cornflower. HEX triplet: 8A, BF and E5. RGB value is (138,191,229). Sum of RGB (Red+Green+Blue) = 138+191+229=558 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.73% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #8ABFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABFE5 is #75401A. Grayscale: #B3B3B3. Windows color (decimal): -7684123 or 15056778. OLE color: 15056778.

HSL color Cylindrical-coordinate representation of color #8ABFE5: hue angle of 205.05º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ABFE5 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB138191229-
CMYK0.400.1700.10
HSL205.05º63.64%71.96%-
HSV(B)205.05º39.74%89.8%-
XYZ43.2548.3281.18-
YUV179.48155.9498.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.73%
GREEN value IS 191 (75% from 255) = 34.23%
BLUE value IS 229 (89.84% from 255) = 41.04%
R=24.73%
G=34.23%
B=41.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1381912290.400.1700.10205.0563.6471.96
Hex8ABFE528110Acd4048
Octal2122773455021012315100110
Binary10001010101111111110010110100010001010101100110110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,191,229); }

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

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

 a { background-color: rgb(138,191,229); }

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

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

 span { border-color: rgb(138,191,229); }

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