#8ABFEE

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

Shades of Cornflower #8ABFEE

Tints of Cornflower #8ABFEE

Color information

#8ABFEE (or 0x8ABFEE) is unknown color: approx Cornflower. HEX triplet: 8A, BF and EE. RGB value is (138,191,238). Sum of RGB (Red+Green+Blue) = 138+191+238=567 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.34% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #8ABFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABFEE is #754011. Grayscale: #B4B4B4. Windows color (decimal): -7684114 or 15646602. OLE color: 15646602.

HSL color Cylindrical-coordinate representation of color #8ABFEE: hue angle of 208.2º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ABFEE is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138191238-
CMYK0.420.2000.07
HSL208.2º74.63%73.73%-
HSV(B)208.2º42.02%93.33%-
XYZ44.5448.8487.97-
YUV180.51160.4497.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.34%
GREEN value IS 191 (75% from 255) = 33.69%
BLUE value IS 238 (93.36% from 255) = 41.98%
R=24.34%
G=33.69%
B=41.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381912380.420.2000.07208.274.6373.73
Hex8ABFEE2A1407d04b4a
Octal212277356522407320113112
Binary1000101010111111111011101010101010001111101000010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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