#8AC0DF

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

Shades of Cornflower #8AC0DF

Tints of Cornflower #8AC0DF

Color information

#8AC0DF (or 0x8AC0DF) is unknown color: approx Cornflower. HEX triplet: 8A, C0 and DF. RGB value is (138,192,223). Sum of RGB (Red+Green+Blue) = 138+192+223=553 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.95% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AC0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC0DF is #753F20. Grayscale: #B3B3B3. Windows color (decimal): -7683873 or 14663818. OLE color: 14663818.

HSL color Cylindrical-coordinate representation of color #8AC0DF: hue angle of 201.88º 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 #8AC0DF is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138192223-
CMYK0.380.1400.13
HSL201.88º57.05%70.78%-
HSV(B)201.88º38.12%87.45%-
XYZ42.6548.4376.91-
YUV179.39152.6198.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.95%
GREEN value IS 192 (75.39% from 255) = 34.72%
BLUE value IS 223 (87.5% from 255) = 40.33%
R=24.95%
G=34.72%
B=40.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381922230.380.1400.13201.8857.0570.78
Hex8AC0DF26E0Dca3947
Octal212300337461601531271107
Binary100010101100000011011111100110111001101110010101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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