#8ABBDF

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

Shades of Cornflower #8ABBDF

Tints of Cornflower #8ABBDF

Color information

#8ABBDF (or 0x8ABBDF) is unknown color: approx Cornflower. HEX triplet: 8A, BB and DF. RGB value is (138,187,223). Sum of RGB (Red+Green+Blue) = 138+187+223=548 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.18% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #8ABBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBDF is #754420. Grayscale: #B0B0B0. Windows color (decimal): -7685153 or 14662538. OLE color: 14662538.

HSL color Cylindrical-coordinate representation of color #8ABBDF: hue angle of 205.41º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ABBDF is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138187223-
CMYK0.380.1600.13
HSL205.41º57.05%70.78%-
HSV(B)205.41º38.12%87.45%-
XYZ41.5746.2776.55-
YUV176.45154.27100.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.18%
GREEN value IS 187 (73.44% from 255) = 34.12%
BLUE value IS 223 (87.5% from 255) = 40.69%
R=25.18%
G=34.12%
B=40.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381872230.380.1600.13205.4157.0570.78
Hex8ABBDF26100Dcd3947
Octal212273337462001531571107
Binary1000101010111011110111111001101000001101110011011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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