#8ABDEF

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

Shades of Cornflower #8ABDEF

Tints of Cornflower #8ABDEF

Color information

#8ABDEF (or 0x8ABDEF) is unknown color: approx Cornflower. HEX triplet: 8A, BD and EF. RGB value is (138,189,239). Sum of RGB (Red+Green+Blue) = 138+189+239=566 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.38% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #8ABDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABDEF is #754210. Grayscale: #B3B3B3. Windows color (decimal): -7684625 or 15711626. OLE color: 15711626.

HSL color Cylindrical-coordinate representation of color #8ABDEF: hue angle of 209.7º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ABDEF is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB138189239-
CMYK0.420.2100.06
HSL209.7º75.94%73.92%-
HSV(B)209.7º42.26%93.73%-
XYZ44.2648.0388.6-
YUV179.45161.698.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.38%
GREEN value IS 189 (74.22% from 255) = 33.39%
BLUE value IS 239 (93.75% from 255) = 42.23%
R=24.38%
G=33.39%
B=42.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1381892390.420.2100.06209.775.9473.92
Hex8ABDEF2A1506d24c4a
Octal212275357522506322114112
Binary1000101010111101111011111010101010101101101001010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,189,239); }

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

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

 a { background-color: rgb(138,189,239); }

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

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

 span { border-color: rgb(138,189,239); }

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