#8ABBEE

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

Shades of Cornflower #8ABBEE

Tints of Cornflower #8ABBEE

Color information

#8ABBEE (or 0x8ABBEE) is unknown color: approx Cornflower. HEX triplet: 8A, BB and EE. RGB value is (138,187,238). Sum of RGB (Red+Green+Blue) = 138+187+238=563 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.51% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #8ABBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABBEE is #754411. Grayscale: #B1B1B1. Windows color (decimal): -7685138 or 15645578. OLE color: 15645578.

HSL color Cylindrical-coordinate representation of color #8ABBEE: hue angle of 210.6º 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 #8ABBEE is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138187238-
CMYK0.420.2100.07
HSL210.6º74.63%73.73%-
HSV(B)210.6º42.02%93.33%-
XYZ43.6847.1287.68-
YUV178.16161.7799.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.51%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=24.51%
G=33.21%
B=42.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381872380.420.2100.07210.674.6373.73
Hex8ABBEE2A1507d34b4a
Octal212273356522507323113112
Binary1000101010111011111011101010101010101111101001110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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