#9ACFEF

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

Shades of Cornflower #9ACFEF

Tints of Cornflower #9ACFEF

Color information

#9ACFEF (or 0x9ACFEF) is unknown color: approx Cornflower. HEX triplet: 9A, CF and EF. RGB value is (154,207,239). Sum of RGB (Red+Green+Blue) = 154+207+239=600 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.67% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #9ACFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACFEF is #653010. Grayscale: #C2C2C2. Windows color (decimal): -6631441 or 15716250. OLE color: 15716250.

HSL color Cylindrical-coordinate representation of color #9ACFEF: hue angle of 202.59º degrees, saturation: 0.73, 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 #9ACFEF is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB154207239-
CMYK0.360.1300.06
HSL202.59º72.65%77.06%-
HSV(B)202.59º35.56%93.73%-
XYZ51.2257.7390.1-
YUV194.8152.9498.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.67%
GREEN value IS 207 (81.25% from 255) = 34.5%
BLUE value IS 239 (93.75% from 255) = 39.83%
R=25.67%
G=34.5%
B=39.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542072390.360.1300.06202.5972.6577.06
Hex9ACFEF24D06cb494d
Octal232317357441506313111115
Binary100110101100111111101111100100110101101100101110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,207,239); }

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

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

 a { background-color: rgb(154,207,239); }

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

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

 span { border-color: rgb(154,207,239); }

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