#8ABEEB

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

Shades of Cornflower #8ABEEB

Tints of Cornflower #8ABEEB

Color information

#8ABEEB (or 0x8ABEEB) is unknown color: approx Cornflower. HEX triplet: 8A, BE and EB. RGB value is (138,190,235). Sum of RGB (Red+Green+Blue) = 138+190+235=563 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.51% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #8ABEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABEEB is #754114. Grayscale: #B3B3B3. Windows color (decimal): -7684373 or 15449738. OLE color: 15449738.

HSL color Cylindrical-coordinate representation of color #8ABEEB: hue angle of 207.84º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ABEEB is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138190235-
CMYK0.410.1900.08
HSL207.84º70.8%73.14%-
HSV(B)207.84º41.28%92.16%-
XYZ43.8948.2385.59-
YUV179.58159.2798.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.51%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 235 (92.19% from 255) = 41.74%
R=24.51%
G=33.75%
B=41.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381902350.410.1900.08207.8470.873.14
Hex8ABEEB291308d04749
Octal2122763535123010320107111
Binary10001010101111101110101110100110011010001101000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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