#8ABBE4

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

Shades of Cornflower #8ABBE4

Tints of Cornflower #8ABBE4

Color information

#8ABBE4 (or 0x8ABBE4) is unknown color: approx Cornflower. HEX triplet: 8A, BB and E4. RGB value is (138,187,228). Sum of RGB (Red+Green+Blue) = 138+187+228=553 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.95% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 228 - color contains mainly: blue. Hex color #8ABBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBE4 is #75441B. Grayscale: #B0B0B0. Windows color (decimal): -7685148 or 14990218. OLE color: 14990218.

HSL color Cylindrical-coordinate representation of color #8ABBE4: hue angle of 207.33º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ABBE4 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB138187228-
CMYK0.390.1800.11
HSL207.33º62.5%71.76%-
HSV(B)207.33º39.47%89.41%-
XYZ42.2646.5580.16-
YUV177.02156.77100.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.95%
GREEN value IS 187 (73.44% from 255) = 33.82%
BLUE value IS 228 (89.45% from 255) = 41.23%
R=24.95%
G=33.82%
B=41.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1381872280.390.1800.11207.3362.571.76
Hex8ABBE427120Bcf3e48
Octal212273344472201331776110
Binary1000101010111011111001001001111001001011110011111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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