#9acef0

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

Shades of Cornflower #9ACEF0

Tints of Cornflower #9ACEF0

Color information

#9ACEF0 (or 0x9ACEF0) is unknown color: approx Cornflower. HEX triplet: 9A, CE and F0. RGB value is (154,206,240). Sum of RGB (Red+Green+Blue) = 154+206+240=600 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.67% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 240 - color contains mainly: blue. Hex color #9ACEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACEF0 is #65310F. Grayscale: #C2C2C2. Windows color (decimal): -6631696 or 15781530. OLE color: 15781530.

HSL color Cylindrical-coordinate representation of color #9ACEF0: hue angle of 203.72º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ACEF0 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB154206240-
CMYK0.360.1400.06
HSL203.72º74.14%77.25%-
HSV(B)203.72º35.83%94.12%-
XYZ51.1357.390.8-
YUV194.33153.7799.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.67%
GREEN value IS 206 (80.86% from 255) = 34.33%
BLUE value IS 240 (94.14% from 255) = 40%
R=25.67%
G=34.33%
B=40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542062400.360.1400.06203.7274.1477.25
Hex9ACEF024E06cc4a4d
Octal232316360441606314112115
Binary100110101100111011110000100100111001101100110010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9acef0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9acef0; }

 p { color: rgb(154,206,240); }

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

<style>
 a { background-color: #9acef0; }

 a { background-color: rgb(154,206,240); }

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

<style>
 span { border-color: #9acef0; }

 span { border-color: rgb(154,206,240); }

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